mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[explorev2] Breaking down large files, fixing JS warnings (#1773)
* Breaking down large files, fixing JS warnings * fix unit tests
This commit is contained in:
committed by
GitHub
parent
3597fdb7f8
commit
c1558578d7
@@ -7,7 +7,7 @@ import ChartContainer from './ChartContainer';
|
||||
import ControlPanelsContainer from './ControlPanelsContainer';
|
||||
import SaveModal from './SaveModal';
|
||||
import QueryAndSaveBtns from '../../explore/components/QueryAndSaveBtns';
|
||||
import { autoQueryFields } from '../stores/store';
|
||||
import { autoQueryFields } from '../stores/fields';
|
||||
import { getParamObject } from '../exploreUtils';
|
||||
|
||||
const $ = require('jquery');
|
||||
|
||||
Reference in New Issue
Block a user