mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-23 09:47:04 +00:00
Fix attributes broken by the warning fixes (#23182)
This commit is contained in:
@@ -366,7 +366,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
|
||||
`
|
||||
: this._mode === "yaml"
|
||||
? html`<ha-yaml-editor
|
||||
copyClipboard
|
||||
copy-clipboard
|
||||
.hass=${this.hass}
|
||||
.defaultValue=${this._preprocessYaml()}
|
||||
.readOnly=${this._readOnly}
|
||||
|
||||
Reference in New Issue
Block a user