mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Remove unused @Input() decorator on multi-select (#8396)
This commit is contained in:
parent
45dc244cc4
commit
e79662adf7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user