Skip to content

Commit cbe30fe

Browse files
#RI-5009 - resolve comments
1 parent bfb1487 commit cbe30fe

File tree

23 files changed

+49
-22
lines changed

23 files changed

+49
-22
lines changed

redisinsight/ui/src/pages/home/HomePage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ const HomePage = () => {
274274
: sentinelInstance ?? null
275275
}
276276
onClose={
277-
openRightPanel === RightPanelName.EditDatabase
278-
? closeEditDialog
279-
: handleClose
277+
openRightPanel === RightPanelName.EditDatabase
278+
? closeEditDialog
279+
: handleClose
280280
}
281281
onDbEdited={onDbEdited}
282282
isFullWidth={!instances.length}

redisinsight/ui/src/pages/home/components/cluster-connection/ClusterConnectionFormWrapper.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import { instance, mock } from 'ts-mockito'
33
import { fireEvent, render, screen } from 'uiSrc/utils/test-utils'
44
import ClusterConnectionForm, { Props as ClusterConnectionFormProps } from
5-
'uiSrc/pages/home/components/cluster-connection/cluster-connection-form/ClusterConnectionForm'
5+
'./cluster-connection-form/ClusterConnectionForm'
66
import ClusterConnectionFormWrapper, {
77
Props,
88
} from './ClusterConnectionFormWrapper'

redisinsight/ui/src/pages/home/components/cluster-connection/ClusterConnectionFormWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ICredentialsRedisCluster, InstanceType } from 'uiSrc/slices/interfaces'
1313
import { sendEventTelemetry, TelemetryEvent } from 'uiSrc/telemetry'
1414
import { autoFillFormDetails } from 'uiSrc/pages/home/utils'
1515

16-
import ClusterConnectionForm from 'uiSrc/pages/home/components/cluster-connection/cluster-connection-form/ClusterConnectionForm'
16+
import ClusterConnectionForm from './cluster-connection-form/ClusterConnectionForm'
1717

1818
export interface Props {
1919
width: number;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)