mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-05 00:49:53 +00:00
Fix attributes broken by the warning fixes (#23182)
This commit is contained in:
@@ -47,7 +47,7 @@ export class HaCodeEditor extends ReactiveElement {
|
||||
// eslint-disable-next-line lit/no-native-attributes
|
||||
@property({ type: Boolean }) public autofocus = false;
|
||||
|
||||
@property({ attribute: false, type: Boolean }) public readOnly = false;
|
||||
@property({ attribute: "read-only", type: Boolean }) public readOnly = false;
|
||||
|
||||
@property({ type: Boolean }) public linewrap = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user