From 6918393b63366e65dbd0d352805777102d5f0d02 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 2 May 2024 16:11:38 +0530 Subject: [PATCH] fix: existing issue list modal loading flicker (#4337) --- 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 757888554..93e2c2ea7 100644 --- a/web/components/core/modals/existing-issues-list-modal.tsx +++ b/web/components/core/modals/existing-issues-list-modal.tsx @@ -85,7 +85,7 @@ export const ExistingIssuesListModal: React.FC = (props) => { setIsSearching(false); setIsLoading(false); }); - }, [debouncedSearchTerm, isOpen, isWorkspaceLevel, projectId, searchParams, workspaceSlug]); + }, [debouncedSearchTerm, isOpen, isWorkspaceLevel, projectId, workspaceSlug]); return ( <>