diff --git a/src/app/(dashboard)/create-guild/components/CreateGuildButton.tsx b/src/app/(dashboard)/create-guild/components/CreateGuildButton.tsx index c3b461e97b..934f469937 100644 --- a/src/app/(dashboard)/create-guild/components/CreateGuildButton.tsx +++ b/src/app/(dashboard)/create-guild/components/CreateGuildButton.tsx @@ -28,6 +28,7 @@ const CreateGuildButton = () => { const guild = { ...data, + contact: undefined, }; return fetcher(`${env.NEXT_PUBLIC_API}/guild`, {