1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00

fix compile errors

This commit is contained in:
Vicki League
2025-06-25 14:29:07 -04:00
parent ca8f61bf02
commit fa5c6892d1
8 changed files with 14 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
<ng-select
[items]="baseItems"
[items]="baseItems()"
[(ngModel)]="selectedItems"
(ngModelChange)="onChange($event)"
(blur)="onBlur()"
bindLabel="listName"
groupBy="parentGrouping"
[placeholder]="placeholder"
[placeholder]="placeholder()"
[loading]="loading()"
[loadingText]="loadingText"
notFoundText="{{ 'multiSelectNotFound' | i18n }}"