Skip to content

Commit b5b5615

Browse files
committed
fix: zod v4
1 parent 58d1166 commit b5b5615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/components/organizations/invite-member-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { zodResolver } from '@hookform/resolvers/zod';
44
import { UserPlusIcon } from '@phosphor-icons/react';
55
import { useForm } from 'react-hook-form';
6-
import { z } from 'zod';
6+
import { z } from 'zod/v4';
77
import { Button } from '@/components/ui/button';
88
import {
99
Dialog,

0 commit comments

Comments
 (0)