mirror of https://github.com/node-red/node-red.git
Fix disabled menu in project feature
parent
ae92ea9476
commit
ffff8aeb91
|
@ -321,6 +321,8 @@ var RED = (function() {
|
|||
loader.end()
|
||||
RED.notify($("<p>").text(message));
|
||||
RED.sidebar.info.refresh()
|
||||
RED.menu.setDisabled('menu-item-projects-open',false);
|
||||
RED.menu.setDisabled('menu-item-projects-settings',false);
|
||||
});
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue