mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 15:03:26 +00:00
fix compile errors
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user