Skip to content

Commit c52ee6c

Browse files
#RI-5009 - fix tests
1 parent cbe30fe commit c52ee6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/pages/home/components/manual-connection/manual-connection-form/ManualConnectionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
DatabaseForm,
3939
DbCompressor,
4040
SSHDetails,
41-
} from 'redisinsight/ui/src/pages/home/components/form'
41+
} from 'uiSrc/pages/home/components/form'
4242
import {
4343
DbInfoSentinel,
4444
PrimaryGroupSentinel,

redisinsight/ui/src/pages/home/components/sentinel-connection/sentinel-connection-form/SentinelConnectionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
MessageSentinel,
2323
TlsDetails,
2424
DatabaseForm,
25-
} from 'redisinsight/ui/src/pages/home/components/form'
25+
} from 'uiSrc/pages/home/components/form'
2626

2727
export interface Props {
2828
width: number

0 commit comments

Comments
 (0)