new modal [WIP]

This commit is contained in:
daniel31x13
2023-11-28 14:24:52 -05:00
parent 82b743fa8d
commit 3b2b9e8279
9 changed files with 257 additions and 143 deletions
@@ -44,7 +44,7 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) {
return (
<Select
isClearable
isClearable={false}
className="react-select-container"
classNamePrefix="react-select"
onChange={onChange}