This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch omnibar
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/omnibar by this push:
new 143c117 remove unneeded code
143c117 is described below
commit 143c117d164da64eccb71d744b93309bea00e8ca
Author: hughhhh <[email protected]>
AuthorDate: Wed Jan 23 18:34:54 2019 -0800
remove unneeded code
---
superset/assets/src/dashboard/components/Dashboard.jsx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/superset/assets/src/dashboard/components/Dashboard.jsx
b/superset/assets/src/dashboard/components/Dashboard.jsx
index 46d1078..989d8cd 100644
--- a/superset/assets/src/dashboard/components/Dashboard.jsx
+++ b/superset/assets/src/dashboard/components/Dashboard.jsx
@@ -17,6 +17,7 @@
* under the License.
*/
import React from 'react';
+import { Modal } from 'react-bootstrap';
import PropTypes from 'prop-types';
import { t } from '@superset-ui/translation';
@@ -39,8 +40,6 @@ import {
LOG_ACTIONS_LOAD_DASHBOARD_PANE,
LOG_ACTIONS_FIRST_DASHBOARD_LOAD,
} from '../../logger';
-
-import { Modal, Alert, Button, Radio } from 'react-bootstrap';
import OmniContianer from '../../components/OmniContainer';
import '../stylesheets/index.less';