fix: Fix Time Column dropdown for date filter (#11149)

This commit is contained in:
Grace Guo 2020-10-06 11:51:10 -07:00 committed by GitHub
parent 38dccf9e12
commit 13963acefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,8 @@
*/
import React from 'react';
import { ColumnOption, t } from '@superset-ui/core';
import { t } from '@superset-ui/core';
import { ColumnOption } from '@superset-ui/chart-controls';
export const controlPanelSectionsChartOptions = [
{

View File

@ -63,9 +63,8 @@ import {
getSequentialSchemeRegistry,
legacyValidateInteger,
validateNonEmpty,
ColumnOption,
} from '@superset-ui/core';
import { ColumnOption } from '@superset-ui/chart-controls';
import { formatSelectOptions, mainMetric } from 'src/modules/utils';
import { TIME_FILTER_LABELS } from './constants';