mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix typo - bad tab to open
This commit is contained in:
parent
4248cb6205
commit
245761ea03
@ -1476,7 +1476,7 @@ RED.palette.editor = (function() {
|
|||||||
function addUpdateInfoToStatusBar() {
|
function addUpdateInfoToStatusBar() {
|
||||||
updateStatusWidget.on("click", function (evt) {
|
updateStatusWidget.on("click", function (evt) {
|
||||||
RED.actions.invoke("core:manage-palette", {
|
RED.actions.invoke("core:manage-palette", {
|
||||||
view: "install",
|
view: "nodes",
|
||||||
filter: '"' + updateAvailable.join('", "') + '"'
|
filter: '"' + updateAvailable.join('", "') + '"'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user