mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Remove unused prop in target picker (#28601)
This commit is contained in:
@@ -393,7 +393,6 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
||||
.rowRenderer=${this._renderRow}
|
||||
.getItems=${this._getItems}
|
||||
@value-changed=${this._targetPicked}
|
||||
use-top-label
|
||||
.addButtonLabel=${this.hass.localize(
|
||||
"ui.components.target-picker.add_target"
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user