File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
redisinsight/ui/src/pages/workbench Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useEffect , useState } from 'react'
2
2
import { useDispatch , useSelector } from 'react-redux'
3
+ import { useParams } from 'react-router-dom'
4
+
3
5
import { formatLongName , getDbIndex , setTitle } from 'uiSrc/utils'
4
6
import { PageNames } from 'uiSrc/constants'
5
7
import { connectedInstanceSelector } from 'uiSrc/slices/instances'
6
8
import { setLastPageContext } from 'uiSrc/slices/app/context'
7
9
import { loadPluginsAction } from 'uiSrc/slices/app/plugins'
8
10
import { sendPageViewTelemetry , TelemetryPageView } from 'uiSrc/telemetry'
9
11
import { appAnalyticsInfoSelector } from 'uiSrc/slices/app/info'
10
- import { useParams } from 'react-router-dom'
11
12
import WBViewWrapper from './components/wb-view'
12
13
13
14
const WorkbenchPage = ( ) => {
You can’t perform that action at this time.
0 commit comments