Skip to content

Commit

Permalink
fix(NcDialog): NcModal registration
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Oct 21, 2023
1 parent 421295b commit 1f606cc
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 1f606cc

Please sign in to comment.