This commit is contained in:
Peter Maquiran
2021-11-09 15:37:59 +01:00
parent ad18a29846
commit bf226f2f49
28 changed files with 191 additions and 544 deletions
@@ -238,9 +238,9 @@ export class PublicationsPage implements OnInit {
try {
await this.publications.DeletePresidentialAction(id).toPromise();
this.toastService.successMessage()
this.toastService._successMessage()
} catch (e) {
this.toastService.badRequest()
this.toastService._badRequest()
}
finally {
loader.remove()