Skip to content

Commit

Permalink
Merge pull request #1726 from CentreForDigitalHumanities/bugfix/filte…
Browse files Browse the repository at this point in the history
…r-from-url

show tag filter value when loading page
  • Loading branch information
lukavdplas authored Dec 12, 2024
2 parents e2c7558 + 45e640f commit 04e1a63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<ng-container *ngIf="tags$ | async as tags">
<p-multiSelect
[options]="tags"
[ngModel]="data"
optionLabel="name"
optionValue="id"
placeholder="Choose tags"
Expand Down

0 comments on commit 04e1a63

Please sign in to comment.