We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d1166 commit b5b5615Copy full SHA for b5b5615
apps/dashboard/components/organizations/invite-member-dialog.tsx
@@ -3,7 +3,7 @@
3
import { zodResolver } from '@hookform/resolvers/zod';
4
import { UserPlusIcon } from '@phosphor-icons/react';
5
import { useForm } from 'react-hook-form';
6
-import { z } from 'zod';
+import { z } from 'zod/v4';
7
import { Button } from '@/components/ui/button';
8
import {
9
Dialog,
0 commit comments