mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
chore: Removes Popover duplication (#13462)
This commit is contained in:
committed by
GitHub
parent
9031e69dc2
commit
6fe4cc0c51
@@ -21,7 +21,7 @@ import React from 'react';
|
||||
import { FormControl } from 'react-bootstrap';
|
||||
import sinon from 'sinon';
|
||||
import { shallow } from 'enzyme';
|
||||
import Popover from 'src/common/components/Popover';
|
||||
import Popover from 'src/components/Popover';
|
||||
import TimeSeriesColumnControl from 'src/explore/components/controls/TimeSeriesColumnControl';
|
||||
|
||||
const defaultProps = {
|
||||
|
||||
Reference in New Issue
Block a user