mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
save
This commit is contained in:
@@ -52,9 +52,10 @@ export class PublicationsPage implements OnInit {
|
||||
});
|
||||
}
|
||||
doRefresh(event) {
|
||||
this.getActions();
|
||||
/* this.getActions(); */
|
||||
|
||||
setTimeout(() => {
|
||||
this.getActions();
|
||||
event.target.complete();
|
||||
}, 2000);
|
||||
}
|
||||
@@ -83,8 +84,8 @@ export class PublicationsPage implements OnInit {
|
||||
else{
|
||||
this.publicationsTravelFolderList.push(folder);
|
||||
}
|
||||
this.showLoader = false;
|
||||
});
|
||||
this.showLoader = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user