m e
This commit is contained in:
parent
3607782464
commit
5632b85de7
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue