Skip to content

Commit

Permalink
Update src/components/NcAppNavigationNew/NcAppNavigationNew.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: René Gieling <github@dartcafe.de>
  • Loading branch information
dartcafe and susnux committed Oct 3, 2023
1 parent e09762d commit 0949cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/NcAppNavigationNew/NcAppNavigationNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export default {
type: {
type: String,
default: 'primary',
validator(value) {
return ['primary', 'secondary', 'tertiary'].indexOf(value) !== -1
},
},
},
Expand Down

0 comments on commit 0949cb7

Please sign in to comment.