Skip to content

Commit bb4684a

Browse files
committed
Remove the workaround for null values returned as there are core fixes
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent c2eb903 commit bb4684a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bundles/org.openhab.ui/web/src/components/persistence/item-persistence-details.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ const loadService = async (service: api.PersistenceService): Promise<Persistence
127127
}
128128
}
129129
130-
// TODO: Currently, the API returns null entries if the service doesn't know its items
131-
itemsPersisted = itemsPersisted.filter((item) => item)
132-
133130
return {
134131
...service,
135132
configs: serviceConfig?.configs ?? [],

0 commit comments

Comments
 (0)