mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
refactor(native-filters): refactor filter bar (#13723)
* fix: fix removeing native filter * fix: fix native-cross filters * fix: fix native-cross filters * fix: fix native-cross filters * fix: fix function declaration * refactor: before pull * refactor: refactor filter bar * chore: add lic * lint: fix lint
This commit is contained in:
@@ -21,7 +21,7 @@ import { shallow } from 'enzyme';
|
||||
import sinon from 'sinon';
|
||||
|
||||
import Dashboard from 'src/dashboard/components/Dashboard';
|
||||
import DashboardBuilder from 'src/dashboard/containers/DashboardBuilder';
|
||||
import DashboardBuilder from 'src/dashboard/components/DashboardBuilder/DashboardBuilder';
|
||||
import { CHART_TYPE } from 'src/dashboard/util/componentTypes';
|
||||
import newComponentFactory from 'src/dashboard/util/newComponentFactory';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user