mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 19:40:25 +00:00
Fix boolean attributes (#23189)
This commit is contained in:
@@ -19,7 +19,7 @@ const _gitHubMarkdownAlerts = {
|
||||
class HaMarkdownElement extends ReactiveElement {
|
||||
@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