mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Allow deselecting all values (#19677)
This commit is contained in:
parent
aed0a35c9c
commit
6675121b85
@ -624,7 +624,7 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
|
||||
}
|
||||
|
||||
private _targetsChanged(ev) {
|
||||
this._targetPickerValue = ev.detail.value;
|
||||
this._targetPickerValue = ev.detail.value || {};
|
||||
this._updatePath();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user