chore: bump superset-ui to v0.14.1 (#10112)

This commit is contained in:
Jesse Yang
2020-06-22 11:14:23 -07:00
committed by GitHub
parent a80453d945
commit ed4f6e93ac
33 changed files with 565 additions and 634 deletions

View File

@@ -26,7 +26,7 @@ import {
} from 'react-bootstrap';
import { connect } from 'react-redux';
import { t } from '@superset-ui/translation';
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
import { getChartKey } from '../../exploreUtils';
import { runAnnotationQuery } from '../../../chart/chartAction';