1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Remove unused @Input() decorator on multi-select (#8396)

This commit is contained in:
Thomas Rittson
2024-04-03 09:27:49 +10:00
committed by GitHub
parent 45dc244cc4
commit e79662adf7

View File

@@ -42,7 +42,7 @@ export class MultiSelectComponent implements OnInit, BitFormFieldControl, Contro
@Input() disabled = false;
// Internal tracking of selected items
@Input() selectedItems: SelectItemView[];
protected selectedItems: SelectItemView[];
// Default values for our implementation
loadingText: string;