From 2956c43ed536e4c80abb9e683ea48a1a5bc2aec6 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:30:44 +0530 Subject: [PATCH] fix: issues list modal not closing on escape key (#3463) --- web/components/core/modals/existing-issues-list-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/core/modals/existing-issues-list-modal.tsx b/web/components/core/modals/existing-issues-list-modal.tsx index 57d721f49..09c9bfc52 100644 --- a/web/components/core/modals/existing-issues-list-modal.tsx +++ b/web/components/core/modals/existing-issues-list-modal.tsx @@ -88,7 +88,7 @@ export const ExistingIssuesListModal: React.FC = (props) => { return ( <> setSearchTerm("")} appear> - {}}> +