mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: Move ProgressBar to Antd (#11875)
* Move ProgressBar to Antd * Remove trailing space * Fix linting issues * Export enhanced Progress only
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import sinon from 'sinon';
|
||||
import { Alert, ProgressBar } from 'react-bootstrap';
|
||||
import { Alert } from 'react-bootstrap';
|
||||
import ProgressBar from 'src/common/components/ProgressBar';
|
||||
|
||||
import FilterableTable from 'src/components/FilterableTable/FilterableTable';
|
||||
import ExploreResultsButton from 'src/SqlLab/components/ExploreResultsButton';
|
||||
|
||||
Reference in New Issue
Block a user