mirror of
https://github.com/directus/directus.git
synced 2026-01-24 18:38:08 -05:00
Fix show hidden collections for nested collections (#14935)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<navigation-item
|
||||
v-for="childCollection in childCollections"
|
||||
:key="childCollection.collection"
|
||||
:show-hidden="showHidden"
|
||||
:collection="childCollection"
|
||||
:search="search"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user