Fix show hidden collections for nested collections (#14935)

This commit is contained in:
Azri Kahar
2022-08-09 02:05:09 +08:00
committed by GitHub
parent 4bcf601524
commit 2b8a2f10cc

View File

@@ -20,6 +20,7 @@
<navigation-item
v-for="childCollection in childCollections"
:key="childCollection.collection"
:show-hidden="showHidden"
:collection="childCollection"
:search="search"
/>