Skip to content

Commit 319ddd7

Browse files
authored
Close the add key panel if open, after load sample data is executed (#4692)
1 parent e1ef6fb commit 319ddd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redisinsight/ui/src/pages/browser/components/no-keys-found/NoKeysFound.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const NoKeysFound = (props: Props) => {
5353
count: SCAN_TREE_COUNT_DEFAULT,
5454
}),
5555
)
56+
57+
onAddKeyPanel(false)
5658
}
5759

5860
return (

0 commit comments

Comments
 (0)