From 1d67ea1352bac967255f35978f6eefe29db595f9 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 3 Apr 2024 15:32:41 +0100 Subject: [PATCH] fix agenda --- src/app/pages/publications/publications.page.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pages/publications/publications.page.ts b/src/app/pages/publications/publications.page.ts index 4b793f994..f5ee0d697 100644 --- a/src/app/pages/publications/publications.page.ts +++ b/src/app/pages/publications/publications.page.ts @@ -113,6 +113,7 @@ export class PublicationsPage implements OnInit { this.getActions(); this.checkQueryParameter() } + this.intent = window['sharedContent'] }); this.hideRefreshButton();