Skip to content

Commit

Permalink
Merge pull request #3122 from nextcloud/fix/noid/nc-leftover
Browse files Browse the repository at this point in the history
Use correct Nc components prefix everywhere
  • Loading branch information
raimund-schluessler authored Aug 31, 2022
2 parents c73eb58 + 537840d commit 85f2bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/NcPopover/NcPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ open prop on this component;
<template>
<NcPopover>
<template #trigger>
<ButtonVue> I am the trigger </ButtonVue>
<NcButton> I am the trigger </NcButton>
</template>
<template>
<form tabindex="0" @submit.prevent>
Expand Down Expand Up @@ -71,7 +71,7 @@ The prop `:focus-trap="false"` help to prevent it when the default behavior is n
<template>
<NcPopover :focus-trap="false">
<template #trigger>
<ButtonVue> Click me! </ButtonVue>
<NcButton> Click me! </NcButton>
</template>
<template>
Hi! 🚀
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/components/NcActions/NcActions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('NcActions.vue', () => {
default: [
'<NcActionButton>Test1</NcActionButton>',
'<NcActionButton>Test2</NcActionButton>',
'<NcActionButton>Test3</ActionButton>',
'<NcActionButton>Test3</NcActionButton>',
],
},
stubs: {
Expand Down

0 comments on commit 85f2bb2

Please sign in to comment.