Fix boolean and nullable attribute bindings (#19432)

This commit is contained in:
Steve Repsher
2024-01-17 06:45:21 -05:00
committed by GitHub
parent d1478567f0
commit 58c4bf081b
9 changed files with 26 additions and 26 deletions

View File

@@ -300,7 +300,7 @@ export class HaDataTable extends LitElement {
};
return html`
<div
aria-label=${column.label}
aria-label=${ifDefined(column.label)}
class="mdc-data-table__header-cell ${classMap(classes)}"
style=${column.width
? styleMap({