mirror of https://github.com/node-red/node-red.git
Remote project from cached list on delete so it can be reused
parent
f6f1436123
commit
9f7f50664c
|
@ -813,7 +813,11 @@ RED.projects = (function() {
|
|||
validateForm();
|
||||
},
|
||||
delete: function(project) {
|
||||
if (projectList) {
|
||||
delete projectList[project.name];
|
||||
}
|
||||
selectedProject = null;
|
||||
|
||||
validateForm();
|
||||
}
|
||||
}).appendTo(row);
|
||||
|
|
Loading…
Reference in New Issue