diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/deploy.js b/packages/node_modules/@node-red/editor-client/src/js/ui/deploy.js index 2022e98d6..5b73ed271 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/deploy.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/deploy.js @@ -387,6 +387,7 @@ RED.deploy = (function() { text: RED._("deploy.unknownNodesButton"), class: "pull-left", click: function() { + notification.close(); RED.actions.invoke("core:search","type:unknown "); } }, @@ -487,6 +488,7 @@ RED.deploy = (function() { text: RED._("deploy.unusedConfigNodesButton"), class: "pull-left", click: function() { + notification.close(); RED.actions.invoke("core:search","is:config is:unused "); } },