Skip to content

Commit 200b45a

Browse files
authored
Merge pull request #1999 from RedisInsight/fe/bugfix/RI-4121
#RI-4121 - fix db index when editing connection
2 parents ab978f2 + 473f343 commit 200b45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceFormWrapper.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ const InstanceFormWrapper = (props: Props) => {
372372
name,
373373
host,
374374
port,
375+
db,
375376
username,
376377
password,
377378
timeout,
@@ -385,6 +386,7 @@ const InstanceFormWrapper = (props: Props) => {
385386
name,
386387
host,
387388
port: +port,
389+
db: +(db || 0),
388390
username,
389391
password,
390392
compressor,

0 commit comments

Comments
 (0)