Fix missing monitors in subgroups due to missing filterFunc (#5084)

Co-authored-by: David Luhmer <david.luhmer@wetteronline.de>
pull/5103/head
David Luhmer 3 months ago committed by GitHub
parent 935194bca3
commit 3c23a34fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,12 +43,15 @@
<div v-if="!isCollapsed" class="childs">
<MonitorListItem
v-for="(item, index) in sortedChildMonitorList"
:key="index" :monitor="item"
:key="index"
:monitor="item"
:isSelectMode="isSelectMode"
:isSelected="isSelected"
:select="select"
:deselect="deselect"
:depth="depth + 1"
:filter-func="filterFunc"
:sort-func="sortFunc"
/>
</div>
</transition>

Loading…
Cancel
Save