Skip to content

Commit 7a75c97

Browse files
committed
#RI-2664 - fix pr comments
1 parent 2f56506 commit 7a75c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/slices/workbench/wb-results.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { createSlice } from '@reduxjs/toolkit'
22
import { AxiosError } from 'axios'
33
import { reverse } from 'lodash'
4-
import { CreateCommandExecutionsDto } from 'src/modules/workbench/dto/create-command-executions.dto'
54
import { apiService } from 'uiSrc/services'
65
import { ApiEndpoints, EMPTY_COMMAND } from 'uiSrc/constants'
76
import { addErrorNotification } from 'uiSrc/slices/app/notifications'
@@ -14,6 +13,7 @@ import {
1413
isStatusSuccessful,
1514
} from 'uiSrc/utils'
1615
import { WORKBENCH_HISTORY_MAX_LENGTH } from 'uiSrc/pages/workbench/constants'
16+
import { CreateCommandExecutionsDto } from 'apiSrc/modules/workbench/dto/create-command-executions.dto'
1717

1818
import { AppDispatch, RootState } from '../store'
1919
import {

0 commit comments

Comments
 (0)