1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-25 05:06:18 +00:00

Helpers table: show dashes in "Area" column (#28563)

This commit is contained in:
ildar170975
2025-12-16 10:16:15 +03:00
committed by GitHub
parent e709703f79
commit b3d7c0b6dc

View File

@@ -354,6 +354,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
sortable: true,
filterable: true,
groupable: true,
template: (helper) => helper.area || "—",
},
labels: {
title: "",