Skip to content

Commit 888586e

Browse files
Merge pull request #100 from RedisInsight/fix/db-deletion-notification
Fix/ DB deletion notification
2 parents 354933c + ca8612f commit 888586e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ const HomePage = () => {
261261
editedInstance={editedInstance}
262262
dialogIsOpen={dialogIsOpen}
263263
onEditInstance={handleEditInstance}
264+
onDeleteInstances={handleDeleteInstances}
264265
/>
265266
) : (
266267
<>

0 commit comments

Comments
 (0)