mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: Fix Time Column dropdown for date filter (#11149)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user