chore: initial value is made 8

This commit is contained in:
Palash 2022-06-23 01:08:51 +05:30
parent 224ec8d0d9
commit 729c7fce7b

View File

@ -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(),