mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 01:45:10 +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;
|
@Input() disabled = false;
|
||||||
|
|
||||||
// Internal tracking of selected items
|
// Internal tracking of selected items
|
||||||
@Input() selectedItems: SelectItemView[];
|
protected selectedItems: SelectItemView[];
|
||||||
|
|
||||||
// Default values for our implementation
|
// Default values for our implementation
|
||||||
loadingText: string;
|
loadingText: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user