mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
feat: move filters from superset-ui to incubator (#12154)
* feat: move filters from superset-ui to incubator * refactor: add safety check * refactor: move extraForm data utils * refactor: move extraForm data utils * lint: fix lint * chore: add license * chore: undo changes to file * refactor: fix CR notes / add tests * test: update tests * fix: fix range logic Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
This commit is contained in:
@@ -60,10 +60,9 @@ import {
|
||||
EchartsTimeseriesChartPlugin,
|
||||
} from '@superset-ui/plugin-chart-echarts';
|
||||
import {
|
||||
AntdRangeFilterPlugin,
|
||||
AntdSelectFilterPlugin,
|
||||
} from '@superset-ui/plugin-filter-antd';
|
||||
|
||||
AntdRangeFilterPlugin,
|
||||
} from 'src/filters/components/';
|
||||
import FilterBoxChartPlugin from '../FilterBox/FilterBoxChartPlugin';
|
||||
import TimeTableChartPlugin from '../TimeTable/TimeTableChartPlugin';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user