From 3901280771edc2abea6cb690b933e2819db2524d Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 8 Jan 2024 10:09:36 +0700 Subject: [PATCH] fix search command shortcut dialog and allow esc for hide dialog --- web/containers/Providers/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/containers/Providers/index.tsx b/web/containers/Providers/index.tsx index d5daca4a0..f9726e43d 100644 --- a/web/containers/Providers/index.tsx +++ b/web/containers/Providers/index.tsx @@ -72,9 +72,9 @@ const Providers = (props: PropsWithChildren) => { return ( - - - {setupCore && activated && ( + + {setupCore && activated && ( + @@ -84,9 +84,9 @@ const Providers = (props: PropsWithChildren) => { - )} - - + + )} + )