-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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(editor): Fix inverted checks on modal confirmation results #6285
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #6285 +/- ##
==========================================
- Coverage 27.65% 27.65% -0.01%
==========================================
Files 2948 2957 +9
Lines 180896 181306 +410
Branches 19646 19724 +78
==========================================
+ Hits 50019 50132 +113
- Misses 130130 130427 +297
Partials 747 747
☔ View full report in Codecov by Sentry. |
✅ All Cypress E2E specs passed |
✅ All Cypress E2E specs passed |
@@ -766,7 +766,7 @@ export const workflowHelpers = defineComponent({ | |||
}, | |||
); | |||
|
|||
if (overwrite === MODAL_CONFIRM) { | |||
if (overwrite !== MODAL_CONFIRM) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about this
|
2 similar comments
|
|
✅ All Cypress E2E specs passed |
Got released with |
No description provided.