improve publication

This commit is contained in:
Peter Maquiran
2023-03-10 15:10:37 +01:00
parent 5b06064203
commit 57b4f08800
5 changed files with 11 additions and 14 deletions
@@ -105,10 +105,8 @@ export class ViewPublicationsPage implements OnInit {
}
getPublicationDetail() {
this.showLoader = true;
const folderId = this.folderId
this.publications.GetPresidentialAction(folderId).subscribe(res=>{
this.showLoader = false;
this.publicationItem[folderId] = res
this.storage.set(folderId+"name", res)
}, (error) => {