This commit is contained in:
Nikolaos Laskaris 2017-10-18 11:31:25 +03:00
parent 3607782464
commit 5632b85de7
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ export class ProjectEditorComponent implements OnInit {
response => {
simple_notifier("success",null,"Saved project");
this.getAllProjects(false);
this.switchToTable();
},
err => {
simple_notifier("danger",null,"Could not save project");