Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NcDialog): NcModal registration #4682

Merged
merged 1 commit into from Oct 23, 2023

Conversation

Pytal
Copy link
Contributor

@Pytal Pytal commented Oct 21, 2023

Summary

馃弫 Checklist

  • 鉀戯笍 Tests are included or are not applicable
  • 馃摌 Component documentation has been extended, updated or is not applicable

Signed-off-by: Christopher Ng <chrng8@gmail.com>
@Pytal Pytal added bug Something isn't working 3. to review Waiting for reviews labels Oct 21, 2023
@Pytal Pytal added this to the 8.0.0 milestone Oct 21, 2023
@Pytal Pytal self-assigned this Oct 21, 2023
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, was used to script setup 馃う
Same with the button.

@@ -132,6 +132,11 @@ import NcDialogButton from '../NcDialogButton/index.js'

export default defineComponent({
name: 'NcDialog',

components: {
NcModal,
Copy link
Contributor

@susnux susnux Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NcModal,
NcDialogButton,
NcModal,

@@ -334,7 +339,6 @@ export default defineComponent({

return {
NcDialogButton,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NcDialogButton,

@raimund-schluessler raimund-schluessler merged commit f1377f0 into master Oct 23, 2023
15 checks passed
@raimund-schluessler raimund-schluessler deleted the fix/modal-registration branch October 23, 2023 06:30
@Pytal Pytal mentioned this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue component lib bump bug with NcAppSettingsDialog
3 participants