Fix delete publication

This commit is contained in:
Peter Maquiran
2021-07-13 16:53:11 +01:00
parent 085587e9c8
commit 201a56a1c3
6 changed files with 34 additions and 10 deletions
@@ -32,7 +32,7 @@ export class ActionsOptionsPage implements OnInit {
deleteAction(){
this.publicationsService.DeletePresidentialAction(this.id).toPromise();
this.close();
this.modalController.dismiss('delete');
}
}