mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +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,
|
||||
disabled_by: this._disabledBy || null,
|
||||
});
|
||||
this._params = undefined;
|
||||
this.closeDialog();
|
||||
} catch (err) {
|
||||
this._error =
|
||||
err.message ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user