We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3967e commit e229f4cCopy full SHA for e229f4c
1 file changed
src/components/shared/Stats.tsx
@@ -41,7 +41,6 @@ const Stats = () => {
41
let filter = filterMap.find(({ name }) => name === f.name);
42
filterValue = f.value;
43
if (!!filter) {
44
- dispatch(editFilterValue({filterName: filter.name, value: filterValue, resource: "events"}));
45
// go to first page without reloading all events
46
dispatch(setOffset(0));
47
dispatch(setPageActive(0));
0 commit comments