From a03f6605ce22d43a7e44d7699198998b7f071242 Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 6 Dec 2019 23:26:58 -0500 Subject: [PATCH] Fixed: History Rename and Delete Filter Using Wrong Id --- frontend/src/Store/Actions/historyActions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Store/Actions/historyActions.js b/frontend/src/Store/Actions/historyActions.js index fc5ddb370..171477b44 100644 --- a/frontend/src/Store/Actions/historyActions.js +++ b/frontend/src/Store/Actions/historyActions.js @@ -133,7 +133,7 @@ export const defaultState = { filters: [ { key: 'eventType', - value: '5', + value: '6', type: filterTypes.EQUAL } ] @@ -144,7 +144,7 @@ export const defaultState = { filters: [ { key: 'eventType', - value: '6', + value: '8', type: filterTypes.EQUAL } ]