mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: move isAdhocColumn from controls to core (#20529)
* chore: move isAdhocColumn to superset-ui/core * ut
This commit is contained in:
@@ -27,8 +27,8 @@ import {
|
||||
NumberFormatter,
|
||||
styled,
|
||||
useTheme,
|
||||
isAdhocColumn,
|
||||
} from '@superset-ui/core';
|
||||
import { isAdhocColumn } from '@superset-ui/chart-controls';
|
||||
import { PivotTable, sortAs, aggregatorTemplates } from './react-pivottable';
|
||||
import {
|
||||
FilterType,
|
||||
|
||||
Reference in New Issue
Block a user