minor UX improvement
This commit is contained in:
@@ -45,6 +45,7 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) {
|
||||
return (
|
||||
<Select
|
||||
isClearable
|
||||
placeholder="Unnamed Collection"
|
||||
onChange={onChange}
|
||||
options={options}
|
||||
styles={styles}
|
||||
|
||||
Reference in New Issue
Block a user