mirror of
https://github.com/apache/superset.git
synced 2026-07-16 19:55:39 +00:00
fix(theming): Fix ag-grid theming regression in SQL Lab (#34675)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
bce476c4a2
commit
d79fc92a1a
@@ -17,7 +17,10 @@
|
||||
* under the License.
|
||||
*/
|
||||
// All ag grid sort related stuff
|
||||
import { GridState, SortModelItem } from 'ag-grid-community';
|
||||
import {
|
||||
GridState,
|
||||
SortModelItem,
|
||||
} from '@superset-ui/core/components/ThemedAgGridReact';
|
||||
import { SortByItem } from '../types';
|
||||
|
||||
const getInitialSortState = (sortBy?: SortByItem[]): SortModelItem[] => {
|
||||
|
||||
Reference in New Issue
Block a user