Skip to content

Commit

Permalink
Merge pull request #4682 from nextcloud-libraries/fix/modal-registration
Browse files Browse the repository at this point in the history
fix(NcDialog): NcModal registration
  • Loading branch information
raimund-schluessler authored Oct 23, 2023
2 parents 421295b + 1f606cc commit f1377f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/NcDialog/NcDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ import NcDialogButton from '../NcDialogButton/index.js'
export default defineComponent({
name: 'NcDialog',
components: {
NcModal,
},
props: {
/** Name of the dialog (the heading) */
name: {
Expand Down Expand Up @@ -334,7 +339,6 @@ export default defineComponent({
return {
NcDialogButton,
NcModal,
handleButtonClose,
handleClosing,
Expand Down

0 comments on commit f1377f0

Please sign in to comment.