Sort battery level column using numeric sort (#14926)

fixes undefined
This commit is contained in:
karwosts
2023-01-23 12:10:01 -08:00
committed by GitHub
parent 81e4f083f9
commit e242fbe148
2 changed files with 10 additions and 6 deletions

View File

@@ -200,7 +200,6 @@ export class HaDataTable extends LitElement {
Object.values(clonedColumns).forEach(
(column: ClonedDataTableColumnData) => {
delete column.title;
delete column.type;
delete column.template;
}
);