diff --git a/frontend/src/store/actions/MetricsActions/metricsActionTypes.ts b/frontend/src/store/actions/MetricsActions/metricsActionTypes.ts index 13df5bdee7..e623ed4590 100644 --- a/frontend/src/store/actions/MetricsActions/metricsActionTypes.ts +++ b/frontend/src/store/actions/MetricsActions/metricsActionTypes.ts @@ -11,8 +11,6 @@ import { export enum MetricsActionTypes { updateInput = "UPDATE_INPUT", - fetchTraces = "FETCH_TRACES", - fetchTraceItem = "FETCH_TRACE_ITEM", getServicesList = "GET_SERVICE_LIST", getServiceMetrics = "GET_SERVICE_METRICS", getAvgDurationMetrics = "GET_AVG_DURATION_METRICS", diff --git a/frontend/src/store/actions/types.ts b/frontend/src/store/actions/types.ts index e40c8c6707..d1f68ca1b0 100644 --- a/frontend/src/store/actions/types.ts +++ b/frontend/src/store/actions/types.ts @@ -11,6 +11,8 @@ export enum ActionTypes { getServiceMapItems = "GET_SERVICE_MAP_ITEMS", getServices = "GET_SERVICES", getUsageData = "GET_USAGE_DATE", + fetchTraces = "FETCH_TRACES", + fetchTraceItem = "FETCH_TRACE_ITEM", } export type Action =