mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
chore: Removes Popover duplication (#13462)
This commit is contained in:
committed by
GitHub
parent
9031e69dc2
commit
6fe4cc0c51
@@ -22,7 +22,7 @@ import { ListGroup, ListGroupItem } from 'react-bootstrap';
|
||||
import { connect } from 'react-redux';
|
||||
import { t, withTheme } from '@superset-ui/core';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
import Popover from 'src/common/components/Popover';
|
||||
import Popover from 'src/components/Popover';
|
||||
import AsyncEsmComponent from 'src/components/AsyncEsmComponent';
|
||||
import { getChartKey } from 'src/explore/exploreUtils';
|
||||
import { runAnnotationQuery } from 'src/chart/chartAction';
|
||||
|
||||
Reference in New Issue
Block a user