-
Notifications
You must be signed in to change notification settings - Fork 14k
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(explore): Missing border in the Popover SQL Editor #14609
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14609 +/- ##
=======================================
Coverage 77.38% 77.38%
=======================================
Files 959 959
Lines 48465 48465
Branches 5678 5678
=======================================
Hits 37506 37506
Misses 10759 10759
Partials 200 200
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@junlincc Ephemeral environment spinning up at http://34.221.203.254:8080. Credentials are |
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.
LGTM!
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.
LGTM. Thanks for the fix.
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit 3466cb2)
SUMMARY
Fixes #14598
The border was missing due to a change in the class name introduced by PR #14502. The class name has been reverted.
BEFORE
AFTER
TEST PLAN
ADDITIONAL INFORMATION