Skip to content

Commit ca8612f

Browse files
author
Artyom Podymov
committed
add missing event handler for the DatabaseList component
1 parent 354933c commit ca8612f

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)