From ce85a51c8df311088dcbddbb697aca7d17344a0d Mon Sep 17 00:00:00 2001 From: KalebSchmidlkofer Date: Wed, 4 Dec 2024 01:30:42 -0800 Subject: [PATCH] fix: ui inconsistency between api-keys and ssh-keys menus --- .../scripts/components/dashboard/forms/CreateApiKeyForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/dashboard/forms/CreateApiKeyForm.tsx b/resources/scripts/components/dashboard/forms/CreateApiKeyForm.tsx index 25536390b..286bedf3c 100644 --- a/resources/scripts/components/dashboard/forms/CreateApiKeyForm.tsx +++ b/resources/scripts/components/dashboard/forms/CreateApiKeyForm.tsx @@ -54,7 +54,7 @@ export default ({ onKeyCreated }: { onKeyCreated: (key: ApiKey) => void }) => { 0} onModalDismissed={() => setApiKey('')} apiKey={apiKey} /> {/* Form for creating API key */} - +