mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix unassign category action (#20235)
This commit is contained in:
parent
a08484f450
commit
b590b21183
@ -85,7 +85,7 @@ class DialogAssignCategory extends LitElement {
|
|||||||
|
|
||||||
private _categoryChanged(ev: CustomEvent): void {
|
private _categoryChanged(ev: CustomEvent): void {
|
||||||
if (!ev.detail.value) {
|
if (!ev.detail.value) {
|
||||||
return;
|
this._category = undefined;
|
||||||
}
|
}
|
||||||
this._category = ev.detail.value;
|
this._category = ev.detail.value;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user