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

@@ -19,7 +19,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import { ColumnOption, ColumnTypeLabel } from '@superset-ui/control-utils';
import { ColumnOption, ColumnTypeLabel } from '@superset-ui/chart-controls';
describe('ColumnOption', () => {
const defaultProps = {

View File

@@ -19,7 +19,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
import { Col, Row } from 'react-bootstrap';
import TextControl from 'src/explore/components/controls/TextControl';
import FormRow from 'src/components/FormRow';