Skip to content

Commit

Permalink
Merge pull request #4685 from nextcloud-libraries/fix/dialogs--compon…
Browse files Browse the repository at this point in the history
…ent-registration

fix(dialog): fix component registration
  • Loading branch information
susnux authored Oct 23, 2023
2 parents c18ed46 + bb264ec commit 3bba9e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NcDialog/NcDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default defineComponent({
name: 'NcDialog',
components: {
NcDialogButton,
NcModal,
},
Expand Down Expand Up @@ -338,8 +339,6 @@ export default defineComponent({
}))
return {
NcDialogButton,
handleButtonClose,
handleClosing,
handleClosed,
Expand Down

0 comments on commit 3bba9e1

Please sign in to comment.