tab-seperated modals + eslint fix + much more bug fixed and improvements
This commit is contained in:
@@ -15,7 +15,7 @@ type Props = {
|
||||
| undefined;
|
||||
};
|
||||
|
||||
export default function ({ onChange, defaultValue }: Props) {
|
||||
export default function CollectionSelection({ onChange, defaultValue }: Props) {
|
||||
const { collections } = useCollectionStore();
|
||||
const router = useRouter();
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ type Props = {
|
||||
}[];
|
||||
};
|
||||
|
||||
export default function ({ onChange, defaultValue }: Props) {
|
||||
export default function TagSelection({ onChange, defaultValue }: Props) {
|
||||
const { tags } = useTagStore();
|
||||
|
||||
const [options, setOptions] = useState<Options[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user