chant componets

This commit is contained in:
Peter Maquiran
2023-08-23 11:19:51 +01:00
parent b81e876dde
commit 3d00f33d4c
17 changed files with 29 additions and 109 deletions
@@ -134,6 +134,7 @@ export class PublicationDetailPage implements OnInit {
if(error.status == 404) {
this.publicationFolderService.deletePost(this.folderId, this.publicationId)
this.goBackToViewPublications.emit();
}
this.httpErrorHandle.httpStatusHandle(error)