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 } ]