fix: build
This commit is contained in:
parent
8eb2ce3e10
commit
009589630d
@ -68,10 +68,10 @@ export function InsertModal<
|
|||||||
const [open, setOpen] = React.useState(false);
|
const [open, setOpen] = React.useState(false);
|
||||||
const [isLoading, setIsLoading] = React.useState(false);
|
const [isLoading, setIsLoading] = React.useState(false);
|
||||||
|
|
||||||
const a = useState<Partial<z.infer<Z>>>({});
|
const [values, setValues] = useState<Partial<z.infer<Z>>>({});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AutoFormValueProvider value={a}>
|
<AutoFormValueProvider value={[values, setValues]}>
|
||||||
<Dialog open={open} onOpenChange={setOpen}>
|
<Dialog open={open} onOpenChange={setOpen}>
|
||||||
{/* <DialogTrigger disabled={props.disabled}> */}
|
{/* <DialogTrigger disabled={props.disabled}> */}
|
||||||
{props.tooltip ? (
|
{props.tooltip ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user