This commit is contained in:
tiago.kayaya
2021-04-06 17:41:19 +01:00
parent 769687e708
commit d3fa720cb3
@@ -160,7 +160,7 @@ export class NewPublicationPage implements OnInit {
console.log(this.publication);
this.publications.CreatePublication(this.folderId, this.publication);
this.closeDesktopComponent.emit();
this.goBackToViewPublications.emit();
}
}