bug fix + ux improvements

This commit is contained in:
Daniel
2023-08-22 00:43:34 -04:00
parent 09ea45eec0
commit acc974ecfe
8 changed files with 168 additions and 105 deletions
@@ -47,7 +47,6 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) {
isClearable
className="react-select-container"
classNamePrefix="react-select"
placeholder="Default: Unnamed Collection"
onChange={onChange}
options={options}
styles={styles}