mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Add success message
This commit is contained in:
@@ -38,7 +38,9 @@ export class ActionsOptionsPage implements OnInit {
|
||||
|
||||
try {
|
||||
await this.publicationsService.DeletePresidentialAction(this.id).toPromise();
|
||||
this.toastService.successMessage()
|
||||
this.modalController.dismiss('delete');
|
||||
|
||||
} catch(e) {
|
||||
this.toastService.badRequest()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user