mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +00:00
Use close dialog function to close device registry detail dialog (#8269)
This commit is contained in:
parent
c1caad6d43
commit
448d19bfbb
@ -149,7 +149,7 @@ class DialogDeviceRegistryDetail extends LitElement {
|
|||||||
area_id: this._areaId || null,
|
area_id: this._areaId || null,
|
||||||
disabled_by: this._disabledBy || null,
|
disabled_by: this._disabledBy || null,
|
||||||
});
|
});
|
||||||
this._params = undefined;
|
this.closeDialog();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this._error =
|
this._error =
|
||||||
err.message ||
|
err.message ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user