From 54eecf982ca266a8ebc67fb5aa241f89abef5635 Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:08:07 +0530 Subject: [PATCH] Responsiveness problem on new rootkey --- apps/dashboard/app/(app)/settings/root-keys/new/client.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/app/(app)/settings/root-keys/new/client.tsx b/apps/dashboard/app/(app)/settings/root-keys/new/client.tsx index d045a59e26..666a5993af 100644 --- a/apps/dashboard/app/(app)/settings/root-keys/new/client.tsx +++ b/apps/dashboard/app/(app)/settings/root-keys/new/client.tsx @@ -195,7 +195,7 @@ export const Client: React.FC = ({ apis }) => { {category}} - description={`Select all for ${category} permissions for this API`} + description={`Select all ${category} permissions for this API`} checked={isAllSelected} setChecked={(isChecked) => { allPermissionNames.forEach((permission) => { @@ -305,7 +305,7 @@ const PermissionToggle: React.FC = ({ }) => { return (
-
+