-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(chart-list): Hide 'Dashboards added to' column. #22475
Conversation
5f8a6fc
to
b692f17
Compare
Codecov Report
@@ Coverage Diff @@
## master #22475 +/- ##
==========================================
- Coverage 66.91% 66.91% -0.01%
==========================================
Files 1850 1850
Lines 70695 70705 +10
Branches 7750 7756 +6
==========================================
+ Hits 47309 47312 +3
- Misses 21370 21374 +4
- Partials 2016 2019 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f182b5b
to
78f951d
Compare
78f951d
to
2dba173
Compare
🏷️ preset:2022.49 |
(cherry picked from commit 7a94f3a)
SUMMARY
Hides the "Dashboards added to" column in the chart CRUD view, as infinite re-renders in its use of
useTruncation
are causing full-page crashes in some reported cases. This is a temporary fix until a permanent fix can be found.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:

After:

TESTING INSTRUCTIONS
ADDITIONAL INFORMATION