Browse Source

Update tagsAvailable in holding detail dialog

pull/3859/head
Matej Gerek 11 months ago
committed by Thomas Kaul
parent
commit
03c70c09c4
  1. 2
      apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts

2
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: <string[]>[]

Loading…
Cancel
Save