Skip to content

Commit

Permalink
Merge pull request #4918 from nextcloud-libraries/fix/41895-fix-bread…
Browse files Browse the repository at this point in the history
…crumb-navigation

Prevent NcBreadcrumb from automatically inheriting attributes
  • Loading branch information
JuliaKirschenheuter committed Dec 6, 2023
2 parents 64a723f + 7e7cd68 commit 8008811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcBreadcrumb/NcBreadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default {
NcActions,
ChevronRight,
},
inheritAttrs: false,
props: {
/**
* The main text content of the entry.
Expand Down

0 comments on commit 8008811

Please sign in to comment.