Handle null profile flow file name

This commit is contained in:
Nick O'Leary
2018-01-25 11:14:16 +00:00
parent 6d02e70025
commit c43647ca86
2 changed files with 6 additions and 1 deletions

View File

@@ -1811,6 +1811,7 @@ RED.projects = (function() {
function showNewProjectScreen() {
createProjectOptions = {};
if (!activeProject) {
show('welcome');
} else {