File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
redisinsight/ui/src/pages/autodiscover-cloud/components/columns/MessageResultCell Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import React from 'react'
22
3- import { AddRedisDatabaseStatus } from 'uiSrc/slices/interfaces'
3+ import {
4+ AddRedisDatabaseStatus ,
5+ InstanceRedisCloud ,
6+ } from 'uiSrc/slices/interfaces'
47import { CellText } from 'uiSrc/components/auto-discover'
58import { RiTooltip } from 'uiSrc/components'
69import { FlexItem , Row } from 'uiSrc/components/base/layout/flex'
710import { ColorText } from 'uiSrc/components/base/text'
811import { RiIcon } from 'uiSrc/components/base/icons/RiIcon'
912import { CellContext } from 'uiSrc/components/base/layout/table'
10- import { InstanceRedisCloud } from 'uiSrc/slices/interfaces'
1113
1214import type { MessageResultCellRendererProps } from './MessageResultCell.types'
1315
@@ -56,4 +58,3 @@ export const MessageResultCell = ({
5658 />
5759 )
5860}
59-
You can’t perform that action at this time.
0 commit comments