Skip to content

Commit

Permalink
fixup! Prevent NcBreadcrumb from automatically inheriting attributes
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Dec 6, 2023
1 parent 0e27835 commit 2c85cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcBreadcrumb/NcBreadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ import ChevronRight from 'vue-material-design-icons/ChevronRight.vue'
export default {
name: 'NcBreadcrumb',
inheritAttrs: false,
components: {
NcActions,
ChevronRight,
},
inheritAttrs: false,
props: {
/**
* The main text content of the entry.
Expand Down

0 comments on commit 2c85cf4

Please sign in to comment.