mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Enable a project open button when creating a first project
This commit is contained in:
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
Block a user