1
0
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:
Kazuki-Nakanishi 2018-01-25 12:46:37 +09:00
parent cd8ca6fc62
commit 1c1422e4b5

View File

@ -545,6 +545,7 @@ RED.projects = (function() {
$( self ).dialog( "close" );
} else {
show('create-success');
RED.menu.setDisabled('menu-item-projects-open',false);
}
},
400: {