-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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(conditional formatting): controls looses on save #23137
fix(conditional formatting): controls looses on save #23137
Conversation
@villebro Hello! |
@Always-prog sorry for not getting to this sooner - are you able to rebase this PR? |
@villebro Yes, I'll rebase it today |
Codecov Report
@@ Coverage Diff @@
## master #23137 +/- ##
===========================================
- Coverage 67.65% 56.48% -11.17%
===========================================
Files 1910 1914 +4
Lines 73745 73927 +182
Branches 7987 8021 +34
===========================================
- Hits 49891 41759 -8132
- Misses 21813 30125 +8312
- Partials 2041 2043 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 298 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@villebro I rebased PR, can I get review? |
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.
Tested to work as expected. However, I'd like to get sign-off from @kgabryje as I'm unsure if the previous useCallback
is needed for perf reasons.
...rc/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx
Outdated
Show resolved
Hide resolved
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.
Tested, works great. Thanks for fixing that!
SUMMARY
Fixes #21502
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before
looses-when-save.mp4
After
fix-looses-when-save.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION