From ceb86704bef065af3b3f64ee49c267d51b02df23 Mon Sep 17 00:00:00 2001 From: Calvin Lee Date: Tue, 2 Jul 2024 16:56:19 +0000 Subject: [PATCH] fix: [code-2061]: fix save btn (#2156) --- web/src/pages/UserProfile/NewSshKey/NewSshKey.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/src/pages/UserProfile/NewSshKey/NewSshKey.tsx b/web/src/pages/UserProfile/NewSshKey/NewSshKey.tsx index 9617288cc..a7d8d8a43 100644 --- a/web/src/pages/UserProfile/NewSshKey/NewSshKey.tsx +++ b/web/src/pages/UserProfile/NewSshKey/NewSshKey.tsx @@ -118,11 +118,7 @@ const useNewSshKey = ({ onClose }: { onClose: () => void }) => { /> -