Revalidate project name on return to project-details view

This commit is contained in:
Nick O'Leary 2018-02-01 09:47:29 +00:00
parent bf5d741f0d
commit 68a3d71ee6
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ RED.projects = (function() {
setTimeout(function() {
projectNameInput.focus();
validateForm();
projectNameInput.change();
},50);
return container;
},