We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137037d commit 7470cbdCopy full SHA for 7470cbd
frontend/src/components/common/Fts/useFts.ts
@@ -21,6 +21,7 @@ const useFts = (resourceName: FtsAvailableResource) => {
21
if (!isFtsFeatureEnabled) {
22
searchParams.delete('fts');
23
localStorage.removeItem(storageKey);
24
+ setSearchParams(searchParams);
25
return;
26
}
27
0 commit comments