File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
superset-frontend/src/dashboard/components/FiltersBadge Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ import cx from 'classnames';
2323import { DataMaskStateWithId , Filters } from '@superset-ui/core' ;
2424import Icons from 'src/components/Icons' ;
2525import { usePrevious } from 'src/hooks/usePrevious' ;
26+ import { setDirectPathToChild } from 'src/dashboard/actions/dashboardState' ;
27+ import {
28+ ChartsState ,
29+ DashboardInfo ,
30+ DashboardLayout ,
31+ RootState ,
32+ } from 'src/dashboard/types' ;
2633import DetailsPanelPopover from './DetailsPanel' ;
2734import { Pill } from './Styles' ;
2835import {
@@ -31,13 +38,6 @@ import {
3138 selectIndicatorsForChart ,
3239 selectNativeIndicatorsForChart ,
3340} from './selectors' ;
34- import {
35- ChartsState ,
36- DashboardInfo ,
37- DashboardLayout ,
38- RootState ,
39- } from '../../types' ;
40- import { setDirectPathToChild } from '../../actions/dashboardState' ;
4141
4242export interface FiltersBadgeProps {
4343 chartId : number ;
You can’t perform that action at this time.
0 commit comments