Skip to content

Commit

Permalink
show tag filter value when loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Dec 11, 2024
1 parent e2c7558 commit 45e640f
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 45e640f

Please sign in to comment.