From 2a830a6f0908b03aff2df8047a306f8b386c22f7 Mon Sep 17 00:00:00 2001 From: Mark Herwege Date: Tue, 25 Jun 2024 10:26:30 +0200 Subject: [PATCH] Fix value mapped to NULL not shown in list label item (#2626) Signed-off-by: Mark Herwege See description in https://github.com/openhab/openhab-core/pull/4203#issuecomment-2095792756 If a mapping is used to map a value to NULL, it is currently not shown in an oh_label_item. Signed-off-by: Mark Herwege --- .../web/src/components/widgets/standard/list/oh-label-item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-label-item.vue b/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-label-item.vue index 60aee5fd0..a7a3a880d 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-label-item.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-label-item.vue @@ -1,6 +1,6 @@