Skip to content

Commit

Permalink
Fix import projects by URL, from GitHub
Browse files Browse the repository at this point in the history
Signed-off-by: Ann Shumilova <[email protected]>
  • Loading branch information
ashumilova committed Dec 1, 2016
1 parent 676b744 commit 6dd6715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export class CreateProjectController {
processMultiproject(projectData) {
let currentPath = '/' + projectData.project.name;

let projects = projectData.projects;
let projects = projectData.projects || [];
let project = angular.copy(projectData.project);
project.path = currentPath;
project.source = projectData.source;
Expand Down

0 comments on commit 6dd6715

Please sign in to comment.