mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix person dialog issues (#4210)
* Fix person dialog issues * Remove repo (should not have been committed...) * Trigger Travis
This commit is contained in:
parent
55f4629256
commit
d0b9c09f8f
@ -222,7 +222,7 @@ class DialogPersonDetail extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _openedChanged(ev: PolymerChangedEvent<boolean>): void {
|
private _openedChanged(ev: PolymerChangedEvent<boolean>): void {
|
||||||
if (ev.detail.value) {
|
if (!ev.detail.value) {
|
||||||
this._params = undefined;
|
this._params = undefined;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user