mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Remove query caching to get YAML editor toggle working again (#7365)
This commit is contained in:
parent
a56ce62f1a
commit
1d316c3258
@ -66,7 +66,7 @@ export class HuiDialogEditCard extends LitElement
|
||||
|
||||
@internalProperty() private _guiModeAvailable? = true;
|
||||
|
||||
@query("hui-element-editor", true) private _cardEditorEl?: HuiElementEditor;
|
||||
@query("hui-element-editor") private _cardEditorEl?: HuiElementEditor;
|
||||
|
||||
@internalProperty() private _GUImode = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user