add loader for tiny

This commit is contained in:
Peter Maquiran
2023-07-31 11:03:22 +01:00
parent 6d1adf1b8b
commit 7cef2d2a49
4 changed files with 13 additions and 7 deletions
@@ -78,6 +78,9 @@ export class PublicationDetailPage implements OnInit {
FileExtension: 'jpeg',
}
this.showLoader = false;
},(error) => {
this.goBack();
this.httpErrorHandle.httpStatusHandle(error)
});
}