fix: Cannot upload images into collection description (authentication failure)

This commit is contained in:
Tom Moor 2021-02-20 22:38:28 -08:00
parent 100360adb3
commit 9fc03b6ece
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ function CollectionDescription({ collection }: Props) {
{collection.hasDescription || isEditing || isDirty ? (
<React.Suspense fallback={<Placeholder>Loading</Placeholder>}>
<Editor
id={collection.id}
key={key}
defaultValue={collection.description || ""}
onChange={handleChange}