mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor(ui): replace native HTML elements with Ant Design 5 components for consistent theming (#33231)
This commit is contained in:
@@ -495,7 +495,7 @@ describe('plugin-chart-table', () => {
|
||||
'rgb(255, 255, 255)',
|
||||
);
|
||||
});
|
||||
it('should display originalLabel in grouped headers', () => {
|
||||
it('should display original label in grouped headers', () => {
|
||||
const props = transformProps(testData.comparison);
|
||||
|
||||
render(
|
||||
|
||||
Reference in New Issue
Block a user