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

View File

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