Skip to content

Commit

Permalink
Things list: Fix broken list index after Thing removal (openhab#2515)
Browse files Browse the repository at this point in the history
After a Thing has been removed, the list index showed several wrong
entries derived from Thing labels.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Mar 30, 2024
1 parent c9f2a4e commit 0449e51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</f7-toolbar>

<f7-list-index
v-if="ready"
ref="listIndex"
v-show="groupBy === 'alphabetical' && !$device.desktop"
list-el=".things-list"
Expand Down

0 comments on commit 0449e51

Please sign in to comment.