mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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 {
|
||||
if (!ev.detail.value) {
|
||||
return;
|
||||
this._category = undefined;
|
||||
}
|
||||
this._category = ev.detail.value;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user