diff --git a/web/src/store/actionCreators/actionTypes.ts b/web/src/store/actionCreators/actionTypes.ts index 27f87d6b44..10b9bdb06e 100644 --- a/web/src/store/actionCreators/actionTypes.ts +++ b/web/src/store/actionCreators/actionTypes.ts @@ -8,7 +8,6 @@ export const DIALOG_TOGGLE = 'DIALOG_TOGGLE' export const FETCH_RUNS = 'FETCH_RUNS' export const FETCH_RUNS_SUCCESS = 'FETCH_RUNS_SUCCESS' export const RESET_RUNS = 'RESET_RUNS' - export const FETCH_LATEST_RUNS = 'FETCH_LATEST_RUNS' export const FETCH_LATEST_RUNS_SUCCESS = 'FETCH_LATEST_RUNS_SUCCESS'