Skip to content

Commit 0fc18c2

Browse files
authored
Delete double editFilterValue dispatch
1 parent 1a8abdb commit 0fc18c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/shared/Stats.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const Stats = () => {
4141
let filter = filterMap.find(({ name }) => name === f.name);
4242
filterValue = f.value;
4343
if (!!filter) {
44-
dispatch(editFilterValue({filterName: filter.name, value: filterValue, resource: "events"}));
4544
// go to first page without reloading all events
4645
dispatch(setOffset(0));
4746
dispatch(setPageActive(0));

0 commit comments

Comments
 (0)