From 729c7fce7b84d67f8433d984ae87152306e3ef43 Mon Sep 17 00:00:00 2001 From: Palash Date: Thu, 23 Jun 2022 01:08:51 +0530 Subject: [PATCH] chore: initial value is made 8 --- frontend/src/store/reducers/trace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/reducers/trace.ts b/frontend/src/store/reducers/trace.ts index 4023d375ca..3f7672cdd5 100644 --- a/frontend/src/store/reducers/trace.ts +++ b/frontend/src/store/reducers/trace.ts @@ -24,7 +24,7 @@ import { } from 'types/actions/trace'; import { TraceFilterEnum, TraceReducer } from 'types/reducer/trace'; -export const INITIAL_FILTER_VALUE = 4; +export const INITIAL_FILTER_VALUE = 8; const initialValue: TraceReducer = { filter: new Map(),