mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Revalidate project name on return to project-details view
This commit is contained in:
@@ -238,7 +238,7 @@ RED.projects = (function() {
|
||||
|
||||
setTimeout(function() {
|
||||
projectNameInput.focus();
|
||||
validateForm();
|
||||
projectNameInput.change();
|
||||
},50);
|
||||
return container;
|
||||
},
|
||||
|
Reference in New Issue
Block a user