From 3ec451e85e0458d6573e33cc3613980179239da1 Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 19 Jan 2022 21:29:50 +0000 Subject: [PATCH] Fixed: Correct the 'Ignored' history filter Closes #1463 --- frontend/src/Store/Actions/historyActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/historyActions.js b/frontend/src/Store/Actions/historyActions.js index 8b7b91299..71b99b63b 100644 --- a/frontend/src/Store/Actions/historyActions.js +++ b/frontend/src/Store/Actions/historyActions.js @@ -170,7 +170,7 @@ export const defaultState = { filters: [ { key: 'eventType', - value: '7', + value: '10', type: filterTypes.EQUAL } ]