This commit is contained in:
Moriz Wahl 2023-02-03 22:37:16 +01:00
parent 60b9d577f0
commit 8bfe486034

View File

@ -60,7 +60,10 @@
</ds-flex-item> </ds-flex-item>
<!-- filter menu --> <!-- filter menu -->
<!-- TODO: Filter is only visible on index --> <!-- TODO: Filter is only visible on index -->
<ds-flex-item v-if="isLoggedIn && SHOW_CONTENT_FILTER_HEADER_MENU" style="flex-grow: 0; flex-basis: auto"> <ds-flex-item
v-if="isLoggedIn && SHOW_CONTENT_FILTER_HEADER_MENU"
style="flex-grow: 0; flex-basis: auto"
>
<client-only> <client-only>
<filter-menu v-show="showFilterMenuDropdown" /> <filter-menu v-show="showFilterMenuDropdown" />
</client-only> </client-only>