diff --git a/src/components/cqlLibraryLanding/CqlLibraryLanding.tsx b/src/components/cqlLibraryLanding/CqlLibraryLanding.tsx index 95e5777..b729407 100644 --- a/src/components/cqlLibraryLanding/CqlLibraryLanding.tsx +++ b/src/components/cqlLibraryLanding/CqlLibraryLanding.tsx @@ -46,6 +46,8 @@ function CqlLibraryLanding() { const handleTabChange = (event, nextTab) => { setCqlLibraryList(null); + setFilter(""); + setCurrentFilter(""); setActiveTab(nextTab); abortController.current && abortController.current.abort(); };