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
@@ -360,6 +360,8 @@ export class PublicationsPage implements OnInit {
if(res['data']=='edit'){
this.closeDesktopComponent();
this.desktopComponent.showEditActions = true;
} else if (res['data']=='delete') {
this.getActions();
}
});
}