minor UX improvement

This commit is contained in:
Daniel
2023-07-18 12:06:47 -04:00
parent b07040a26f
commit 11152caf6d
3 changed files with 3 additions and 5 deletions
@@ -45,6 +45,7 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) {
return (
<Select
isClearable
placeholder="Unnamed Collection"
onChange={onChange}
options={options}
styles={styles}