mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore: Reference GenericDataType from @apache-superset/core (#35214)
This commit is contained in:
committed by
GitHub
parent
4027bad1d6
commit
78faaee685
@@ -20,12 +20,12 @@ import {
|
||||
ChartDataResponseResult,
|
||||
ChartProps,
|
||||
DatasourceType,
|
||||
GenericDataType,
|
||||
QueryMode,
|
||||
supersetTheme,
|
||||
ComparisonType,
|
||||
VizType,
|
||||
} from '@superset-ui/core';
|
||||
import { GenericDataType } from '@apache-superset/core/api/core';
|
||||
import { TableChartProps, TableChartFormData } from '../src/types';
|
||||
|
||||
const basicFormData: TableChartFormData = {
|
||||
|
||||
Reference in New Issue
Block a user