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 3b682bd clean up
3b682bd is described below
commit 3b682bde6fe3d12994d70988141fa20d92c33de6
Author: hughhhh <[email protected]>
AuthorDate: Wed Jan 23 18:39:21 2019 -0800
clean up
---
superset/assets/src/dashboard/components/Dashboard.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/src/dashboard/components/Dashboard.jsx
b/superset/assets/src/dashboard/components/Dashboard.jsx
index 1bd18ac..2e6f5ac 100644
--- a/superset/assets/src/dashboard/components/Dashboard.jsx
+++ b/superset/assets/src/dashboard/components/Dashboard.jsx
@@ -236,7 +236,7 @@ class Dashboard extends React.PureComponent {
render() {
return (
<div>
- <Modal show bsStyle="large">
+ <Modal show>
<OmniContianer />
</Modal>
<DashboardBuilder />