Skip to content

Commit

Permalink
Merge pull request #715 from Sysvale/bugfix/hidden-secondary-navigati…
Browse files Browse the repository at this point in the history
…on-when-doesnt-have-items-on-page-layout

Bugfix/hidden secondary navigation when doesnt have items on page layout
  • Loading branch information
johnn1sbo3s authored Aug 21, 2024
2 parents 92a3022 + 25dcbfc commit a2efe8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.52.21",
"version": "3.52.22",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/components/PageLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<div class="page-layout__content">
<secondary-navigation
v-if="navigationItems?.length > 0"
:light="light"
:active-item="navigationActiveItem"
:items="navigationItems"
Expand Down

0 comments on commit a2efe8c

Please sign in to comment.