We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eceec1a commit 32dbd2aCopy full SHA for 32dbd2a
src/components/ha-wa-dialog.ts
@@ -146,9 +146,9 @@ export class HaWaDialog extends LitElement {
146
>
147
<slot name="headerNavigationIcon" slot="navigationIcon">
148
<ha-icon-button
149
- data-dialog="close"
150
- .label=${this.hass?.localize("ui.common.close") ?? "Close"}
151
- .path=${mdiClose}
+ data-dialog="close"
+ .label=${this.hass?.localize("ui.common.close") ?? "Close"}
+ .path=${mdiClose}
152
></ha-icon-button>
153
</slot>
154
${this.headerTitle !== undefined
0 commit comments