mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix script config editor (#13703)
This commit is contained in:
parent
cfabaa8716
commit
f7253a73a5
@ -609,13 +609,13 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
|
|||||||
switch (key) {
|
switch (key) {
|
||||||
case "id":
|
case "id":
|
||||||
this._idChanged(value);
|
this._idChanged(value);
|
||||||
return;
|
break;
|
||||||
case "alias":
|
case "alias":
|
||||||
this._aliasChanged(value);
|
this._aliasChanged(value);
|
||||||
break;
|
break;
|
||||||
case "mode":
|
case "mode":
|
||||||
this._modeChanged(value);
|
this._modeChanged(value);
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (values[key] === undefined) {
|
if (values[key] === undefined) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user