feat(ui) - url search - removed logs
This commit is contained in:
parent
a8760279b9
commit
719a29dad8
1 changed files with 0 additions and 2 deletions
|
|
@ -76,14 +76,12 @@ function SessionSearchQueryParamHandler(props: Props) {
|
|||
|
||||
const applyFilterFromQuery = () => {
|
||||
const entires = getQueryObject(history.location.search);
|
||||
console.log('entires', entires);
|
||||
if (entires.length > 0) {
|
||||
entires.forEach(addFilter);
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
console.log('rerender');
|
||||
applyFilterFromQuery();
|
||||
}, []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue