mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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) {
|
||||
case "id":
|
||||
this._idChanged(value);
|
||||
return;
|
||||
break;
|
||||
case "alias":
|
||||
this._aliasChanged(value);
|
||||
break;
|
||||
case "mode":
|
||||
this._modeChanged(value);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
if (values[key] === undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user