ensure space after search terms

This commit is contained in:
Steve-Mcl
2022-05-02 21:22:45 +01:00
parent 135427dcc8
commit 97b7b7b968
2 changed files with 4 additions and 4 deletions

View File

@@ -361,7 +361,7 @@ var RED = (function() {
text: RED._("notification.label.unknownNodesButton"),
class: "pull-left",
click: function() {
RED.actions.invoke("core:search", "type:unknown");
RED.actions.invoke("core:search", "type:unknown ");
}
},
{