fix: existing issue list modal loading flicker (#4337)

This commit is contained in:
Anmol Singh Bhatia 2024-05-02 16:11:38 +05:30 committed by GitHub
parent 6196c750f1
commit 6918393b63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ export const ExistingIssuesListModal: React.FC<Props> = (props) => {
setIsSearching(false); setIsSearching(false);
setIsLoading(false); setIsLoading(false);
}); });
}, [debouncedSearchTerm, isOpen, isWorkspaceLevel, projectId, searchParams, workspaceSlug]); }, [debouncedSearchTerm, isOpen, isWorkspaceLevel, projectId, workspaceSlug]);
return ( return (
<> <>