fix upload

This commit is contained in:
Peter Maquiran
2024-04-11 17:03:35 +01:00
parent 97eb89eea8
commit ceda431a83
2 changed files with 3 additions and 4 deletions
@@ -116,7 +116,7 @@ export class PublicationsPage implements OnInit {
if (event instanceof NavigationEnd && event.url == pathname) {
console.log('=================', this.publicationFolderService.gotoAction)
this.getActions();
this.checkQueryParameter()
// this.checkQueryParameter()
}
this.intent = window['sharedContent']
});
@@ -382,7 +382,7 @@ export class PublicationsPage implements OnInit {
modal.onDidDismiss().then(() => {
this.intent = window["sharedContent"]
this.doRefresh(event);
// this.doRefresh(event);
this.checkQueryParameter();
});
await modal.present();