From c540e17d58e82678918e98600333eacb227c0520 Mon Sep 17 00:00:00 2001 From: rishipatel9 Date: Sun, 13 Oct 2024 15:27:11 +0530 Subject: [PATCH] Added gaps and width for md --- apps/dashboard/app/new/create-workspace.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/app/new/create-workspace.tsx b/apps/dashboard/app/new/create-workspace.tsx index 0c9f10cd6b..79ac2fa27d 100644 --- a/apps/dashboard/app/new/create-workspace.tsx +++ b/apps/dashboard/app/new/create-workspace.tsx @@ -59,8 +59,8 @@ export const CreateWorkspace: React.FC = () => { ); } return ( -
-
+
+
createWorkspace.mutate({ ...values }))}