From 03c70c09c4f32e9f1c93a61c0bdf369b84809cca Mon Sep 17 00:00:00 2001 From: Matej Gerek Date: Sun, 6 Oct 2024 17:10:29 +0200 Subject: [PATCH] Update tagsAvailable in holding detail dialog --- .../holding-detail-dialog/holding-detail-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts index b94ba79d5..262dc9ead 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts @@ -147,7 +147,7 @@ export class GfHoldingDetailDialogComponent implements OnDestroy, OnInit { ) {} public ngOnInit() { - const { tags } = this.dataService.fetchInfo(); + const { tags } = this.user; this.activityForm = this.formBuilder.group({ tags: []