Skip to content

Commit b59fb4f

Browse files
Fix the issue reported while testing.#6513
1 parent 99e1f00 commit b59fb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pgadmin/misc/properties/CollectionNodeProperties.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default function CollectionNodeProperties({
197197
};
198198

199199
if (confirm) {
200-
pgAdmin.Browser.notifier.confirmDelete(title, msg, dropNodeProperties, null, gettext('Delete'), gettext('Cancel'));
200+
pgAdmin.Browser.notifier.confirmDelete(title, msg, dropNodeProperties, () => {}, gettext('Delete'), gettext('Cancel'));
201201
} else {
202202
dropNodeProperties();
203203
}

0 commit comments

Comments
 (0)