fix: Input data is not a String when clicking on new collection description
This commit is contained in:
@ -91,7 +91,7 @@ function CollectionDescription({ collection }: Props) {
|
|||||||
<Editor
|
<Editor
|
||||||
id={collection.id}
|
id={collection.id}
|
||||||
key={key}
|
key={key}
|
||||||
defaultValue={collection.description}
|
defaultValue={collection.description || ""}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
readOnly={!isEditing}
|
readOnly={!isEditing}
|
||||||
|
Reference in New Issue
Block a user