From b38963b21436a1388e04d7aa33f67397bd1ecae0 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:37:24 +0100 Subject: [PATCH] Fix allow-svg attribute (#23415) --- src/dialogs/config-flow/show-dialog-config-flow.ts | 12 ++++++------ src/dialogs/config-flow/show-dialog-options-flow.ts | 8 ++++---- src/panels/config/repairs/dialog-repairs-issue.ts | 2 +- src/panels/config/repairs/show-dialog-repair-flow.ts | 8 ++++---- .../profile/dialog-ha-mfa-module-setup-flow.ts | 4 ++-- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/dialogs/config-flow/show-dialog-config-flow.ts b/src/dialogs/config-flow/show-dialog-config-flow.ts index 4b256c8296..dd0aaa438e 100644 --- a/src/dialogs/config-flow/show-dialog-config-flow.ts +++ b/src/dialogs/config-flow/show-dialog-config-flow.ts @@ -50,7 +50,7 @@ export const showConfigFlowDialog = ( return description ? html` - + ` : step.reason; }, @@ -71,7 +71,7 @@ export const showConfigFlowDialog = ( ); return description ? html` - + ` : ""; }, @@ -163,7 +163,7 @@ export const showConfigFlowDialog = ( ${description ? html` @@ -184,7 +184,7 @@ export const showConfigFlowDialog = ( ${description ? html` @@ -214,7 +214,7 @@ export const showConfigFlowDialog = ( ); return description ? html` - + ` : ""; }, @@ -234,7 +234,7 @@ export const showConfigFlowDialog = ( ); return description ? html` - + ` : ""; }, diff --git a/src/dialogs/config-flow/show-dialog-options-flow.ts b/src/dialogs/config-flow/show-dialog-options-flow.ts index 52a6b0e72e..12919ff2e3 100644 --- a/src/dialogs/config-flow/show-dialog-options-flow.ts +++ b/src/dialogs/config-flow/show-dialog-options-flow.ts @@ -61,7 +61,7 @@ export const showOptionsFlowDialog = ( ? html` ` @@ -85,7 +85,7 @@ export const showOptionsFlowDialog = ( return description ? html` @@ -183,7 +183,7 @@ export const showOptionsFlowDialog = ( return description ? html` @@ -207,7 +207,7 @@ export const showOptionsFlowDialog = ( return description ? html` diff --git a/src/panels/config/repairs/dialog-repairs-issue.ts b/src/panels/config/repairs/dialog-repairs-issue.ts index c0e25025ed..95810186ba 100644 --- a/src/panels/config/repairs/dialog-repairs-issue.ts +++ b/src/panels/config/repairs/dialog-repairs-issue.ts @@ -99,7 +99,7 @@ class DialogRepairsIssue extends LitElement { : ""} ` @@ -123,7 +123,7 @@ export const showRepairsFlowDialog = ( ${description ? html` @@ -220,7 +220,7 @@ export const showRepairsFlowDialog = ( return html`${renderIssueDescription(hass, issue)}${description ? html` @@ -254,7 +254,7 @@ export const showRepairsFlowDialog = ( ${description ? html` diff --git a/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts b/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts index 9986e0f2a2..44e197f444 100644 --- a/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts +++ b/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts @@ -88,7 +88,7 @@ class HaMfaModuleSetupFlow extends LitElement { ` : html`${this._step.type === "abort" ? html` ` : this._step.type === "form" ? html`