mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Fix boolean attributes (#23189)
This commit is contained in:
@@ -7,7 +7,7 @@ import "./ha-markdown-element";
|
||||
export class HaMarkdown extends LitElement {
|
||||
@property() public content?;
|
||||
|
||||
@property({ attribute: false, type: Boolean }) public allowSvg = false;
|
||||
@property({ attribute: "allow-svg", type: Boolean }) public allowSvg = false;
|
||||
|
||||
@property({ type: Boolean }) public breaks = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user