Skip to content

Commit d6a06e6

Browse files
committed
remove not used property
Signed-off-by: Mark Herwege <[email protected]>
1 parent 2892143 commit d6a06e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.openhab.ui/web/src/pages/settings/items/item-details.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<f7-col>
4444
<f7-block-title>Semantic Model</f7-block-title>
4545
<f7-card>
46-
<model-treeview class="model-treeview no-selection-style" :rootNodes="[rootLocations, rootEquipment, rootPoints, rootGroups, rootItems].flat()" :items="items"
46+
<model-treeview class="model-treeview no-selection-style" :rootNodes="[rootLocations, rootEquipment, rootPoints, rootGroups, rootItems].flat()"
4747
:includeItemName="true" :includeItemTags="true" :selected="modelItem(item)" @selected="navigateToItem" />
4848
</f7-card>
4949
</f7-col>

0 commit comments

Comments
 (0)