fix(ui) - sessions reload (#1177)
This commit is contained in:
parent
45a87bfc81
commit
0ac3067f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ function SessionSearch(props: Props) {
|
|||
const hasEvents = appliedFilter.filters.filter((i: any) => i.isEvent).size > 0;
|
||||
const hasFilters = appliedFilter.filters.filter((i: any) => !i.isEvent).size > 0;
|
||||
|
||||
useSessionSearchQueryHandler({ appliedFilter, applyFilter: props.fetchSessions, loading: metaLoading });
|
||||
useSessionSearchQueryHandler({ appliedFilter, applyFilter: props.updateFilter, loading: metaLoading });
|
||||
|
||||
useEffect(() => {
|
||||
debounceFetch = debounce(() => props.fetchSessions(), 500);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue