Remove element on delete

This commit is contained in:
Peter Maquiran
2021-07-14 09:00:04 +01:00
parent afd08460bf
commit d9f1ef7bba
@@ -375,6 +375,7 @@ export class PublicationsPage implements OnInit {
setTimeout(()=>{ setTimeout(()=>{
this.getActions(); this.getActions();
},1000) },1000)
this.closeDesktopComponent()
} }
}); });
} }