File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
redisinsight/ui/src/slices/workbench Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { createSlice } from '@reduxjs/toolkit'
2
2
import { AxiosError } from 'axios'
3
3
import { reverse } from 'lodash'
4
- import { CreateCommandExecutionsDto } from 'src/modules/workbench/dto/create-command-executions.dto'
5
4
import { apiService } from 'uiSrc/services'
6
5
import { ApiEndpoints , EMPTY_COMMAND } from 'uiSrc/constants'
7
6
import { addErrorNotification } from 'uiSrc/slices/app/notifications'
@@ -14,6 +13,7 @@ import {
14
13
isStatusSuccessful ,
15
14
} from 'uiSrc/utils'
16
15
import { WORKBENCH_HISTORY_MAX_LENGTH } from 'uiSrc/pages/workbench/constants'
16
+ import { CreateCommandExecutionsDto } from 'apiSrc/modules/workbench/dto/create-command-executions.dto'
17
17
18
18
import { AppDispatch , RootState } from '../store'
19
19
import {
You can’t perform that action at this time.
0 commit comments