-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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(query): sorting by user for Query History list view #11897
Conversation
fd5e3e3
to
02693a2
Compare
4c73365
to
e2fe35f
Compare
Codecov Report
@@ Coverage Diff @@
## master #11897 +/- ##
==========================================
- Coverage 67.64% 64.14% -3.50%
==========================================
Files 927 461 -466
Lines 45014 28383 -16631
Branches 4308 0 -4308
==========================================
- Hits 30448 18207 -12241
+ Misses 14462 10176 -4286
+ Partials 104 0 -104
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Nice! thks for the fix
SUMMARY
Fixing a bug that snuck in with #11702 breaking sorting by user in the list view.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
ADDITIONAL INFORMATION