Fix typo - bad tab to open

This commit is contained in:
GogoVega 2024-10-30 16:09:26 +01:00
parent 4248cb6205
commit 245761ea03
No known key found for this signature in database
GPG Key ID: E1E048B63AC5AC2B

View File

@ -1476,7 +1476,7 @@ RED.palette.editor = (function() {
function addUpdateInfoToStatusBar() {
updateStatusWidget.on("click", function (evt) {
RED.actions.invoke("core:manage-palette", {
view: "install",
view: "nodes",
filter: '"' + updateAvailable.join('", "') + '"'
});
});