From e6f3b94aa2b0da51a5255da098785aaf5a470e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Fri, 12 Apr 2024 21:00:30 +0200 Subject: [PATCH] pass client type when creating --- apps/dashboard/src/modals/AddClient.tsx | 1 + 1 file changed, 1 insertion(+) 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, }); };