fix duplicate attachment

This commit is contained in:
Peter Maquiran
2023-07-17 17:19:55 +01:00
parent c7d58f46a9
commit 880f154ea2
5 changed files with 24 additions and 34 deletions
@@ -79,6 +79,10 @@ export class EventListPage implements OnInit {
if(pr) {
this.segment = pr.OwnerUserId
}
this.dynamicSearch()
} else {
this.dynamicSearch()
}
})