added zod for post requests
This commit is contained in:
@@ -7,7 +7,7 @@ import { useTags } from "@/hooks/store/tags";
|
||||
type Props = {
|
||||
onChange: any;
|
||||
defaultValue?: {
|
||||
value: number;
|
||||
value?: number;
|
||||
label: string;
|
||||
}[];
|
||||
autoFocus?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user