Skip to content

Commit 50aa856

Browse files
committed
revert values interface :)
1 parent 74bc2e3 commit 50aa856

File tree

1 file changed

+4
-0
lines changed
  • redisinsight/ui/src/pages/home/components/add-database-screen

1 file changed

+4
-0
lines changed

redisinsight/ui/src/pages/home/components/add-database-screen/constants.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { AddDbType } from 'uiSrc/pages/home/constants'
22
import { DownloadIcon, IconType, RedisSoftwareIcon, ShieldIcon } from 'uiSrc/components/base/icons'
33

4+
export interface Values {
5+
connectionURL: string
6+
}
7+
48
export interface ConnectivityOption {
59
id: string
610
title: string

0 commit comments

Comments
 (0)