mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Fix refresh
This commit is contained in:
@@ -54,6 +54,8 @@ export class ViewPublicationsPage implements OnInit {
|
||||
|
||||
this.getPublications();
|
||||
this.getPublicationDetail();
|
||||
|
||||
window['app-view-publications-page-doRefresh'] = this.doRefresh
|
||||
}
|
||||
|
||||
ngOnChanges(changes: any): void {
|
||||
@@ -71,7 +73,7 @@ export class ViewPublicationsPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
doRefresh(event) {
|
||||
doRefresh =(event) => {
|
||||
this.getPublications();
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user