mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +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
@@ -26,7 +26,10 @@ import {
|
||||
import { useCallback, useEffect, useState, useMemo } from 'react';
|
||||
import { isEqual } from 'lodash';
|
||||
|
||||
import { CellClickedEvent, IMenuActionParams } from 'ag-grid-community';
|
||||
import {
|
||||
CellClickedEvent,
|
||||
IMenuActionParams,
|
||||
} from '@superset-ui/core/components/ThemedAgGridReact';
|
||||
import {
|
||||
AgGridTableChartTransformedProps,
|
||||
InputColumn,
|
||||
|
||||
Reference in New Issue
Block a user