This commit is contained in:
tiago.kayaya
2021-09-03 17:04:14 +01:00
3 changed files with 4 additions and 2 deletions
@@ -122,6 +122,7 @@ export class ViewPublicationsPage implements OnInit {
if(error.status == '404'){
this.error = 'Sem publicações disponíveis!';
this.publicationList= [];
this.publicationListStorage.add(folderId, this.publicationList)
}
this.showLoader = false;