Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Dec 16, 2024
1 parent d2c46c1 commit da0186b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/Stream/hooks/useParamsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ const useParamsController = () => {
setFilterStore((store) =>
updateAppliedQuery(store, generateQueryBuilderASTFromSQL(presentParams.query) as QueryType),
);
setFilterStore((store) =>
// applySavedFilters(store, generateQueryBuilderASTFromSQL(presentParams.query) as QueryType),
setAppliedFilterQuery(store, presentParams.query),
);
setFilterStore((store) => setAppliedFilterQuery(store, presentParams.query));
setFilterStore((store) => toogleQueryParamsFlag(store, true));
}
}
Expand Down

0 comments on commit da0186b

Please sign in to comment.