fix: Cannot upload images into collection description (authentication failure)
This commit is contained in:
@ -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}
|
||||||
|
Reference in New Issue
Block a user