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
|
||||
id={collection.id}
|
||||
key={key}
|
||||
defaultValue={collection.description}
|
||||
defaultValue={collection.description || ""}
|
||||
onChange={handleChange}
|
||||
placeholder={placeholder}
|
||||
readOnly={!isEditing}
|
||||
|
Reference in New Issue
Block a user