-
Notifications
You must be signed in to change notification settings - Fork 384
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: show comfirm button when dialog buttons is undefined #3512
Conversation
This PR was not deployed automatically as @erha19 does not have access to the Railway project. In order to get automatic PR deploys, please add @erha19 to the project inside the project settings page. |
/next |
/next |
🎉 PR Next publish successful!
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3512 +/- ##
=========================================
Coverage 56.45% 56.46%
=========================================
Files 1480 1480
Lines 90300 90299 -1
Branches 18359 17542 -817
=========================================
+ Hits 50979 50987 +8
- Misses 35780 39289 +3509
+ Partials 3541 23 -3518
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Types
Background or solution
回调 DialogService 行为,在传入
[]
buttons 数组时,不展示底部按钮,当传入undefined
时,使用默认的确认按钮展示。Changelog
show confirm button when dialog buttons is undefined