diff --git a/apps/dashboard/src/modals/AddClient.tsx b/apps/dashboard/src/modals/AddClient.tsx index f2c4d68e..e149aca3 100644 --- a/apps/dashboard/src/modals/AddClient.tsx +++ b/apps/dashboard/src/modals/AddClient.tsx @@ -64,6 +64,7 @@ export default function AddClient(props: Props) { cors: hasDomain ? values.cors : null, projectId: values.projectId, organizationSlug, + type: values.type, }); };