mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
fix (#2204)
This commit is contained in:
parent
601bbfd88e
commit
6aca1d0d54
@ -233,7 +233,7 @@ export class HuiEditView extends hassLocalizeLitMixin(LitElement) {
|
|||||||
} else {
|
} else {
|
||||||
await updateViewConfig(
|
await updateViewConfig(
|
||||||
this.hass!,
|
this.hass!,
|
||||||
this.viewConfig!.id!,
|
String(this.viewConfig!.id!),
|
||||||
this._config,
|
this._config,
|
||||||
"json"
|
"json"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user