mirror of https://github.com/node-red/node-red.git
Enable a project open button when creating a first project
parent
cd8ca6fc62
commit
1c1422e4b5
|
@ -545,6 +545,7 @@ RED.projects = (function() {
|
|||
$( self ).dialog( "close" );
|
||||
} else {
|
||||
show('create-success');
|
||||
RED.menu.setDisabled('menu-item-projects-open',false);
|
||||
}
|
||||
},
|
||||
400: {
|
||||
|
|
Loading…
Reference in New Issue