From 533d018c79b3e7bb66293022bdadc73a04ba8f48 Mon Sep 17 00:00:00 2001 From: Rohan Chaturvedi Date: Mon, 22 Jan 2024 20:22:19 +0530 Subject: [PATCH] fix: improve keyboard navigation for secrets (#158) --- frontend/components/environments/SecretRow.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/components/environments/SecretRow.tsx b/frontend/components/environments/SecretRow.tsx index bf7808534..e609a815d 100644 --- a/frontend/components/environments/SecretRow.tsx +++ b/frontend/components/environments/SecretRow.tsx @@ -155,7 +155,7 @@ const TagsDialog = (props: { ) : (
-
@@ -272,7 +272,7 @@ const HistoryDialog = (props: { secret: SecretType; handlePropertyChange: Functi return ( <>
-
@@ -404,7 +404,7 @@ const CommentDialog = (props: { return ( <>
- @@ -577,6 +577,7 @@ const OverrideDialog = (props: {