This commit is contained in:
tiago.kayaya
2021-07-01 09:36:17 +01:00
parent 64b3602f49
commit d4887c1958
7 changed files with 39 additions and 21 deletions
@@ -65,7 +65,7 @@ export class ViewPublicationsPage implements OnInit {
}
getPublicationDetail() {
this.publications.PresidentialAction(this.folderId).subscribe(res=>{
this.publications.GetPresidentialAction(this.folderId).subscribe(res=>{
console.log(res);
this.item = res;
});