mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #1576 from node-red-hitachi/0.18-pj-open
Enable the project open button when creating a first project
This commit is contained in:
commit
838f45775b
@ -545,6 +545,7 @@ RED.projects = (function() {
|
|||||||
$( self ).dialog( "close" );
|
$( self ).dialog( "close" );
|
||||||
} else {
|
} else {
|
||||||
show('create-success');
|
show('create-success');
|
||||||
|
RED.menu.setDisabled('menu-item-projects-open',false);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
400: {
|
400: {
|
||||||
|
Loading…
Reference in New Issue
Block a user