diff --git a/superset-frontend/src/components/Select/OnPasteSelect.jsx b/superset-frontend/src/components/Select/OnPasteSelect.jsx index e7d08aea0a..5fcd597858 100644 --- a/superset-frontend/src/components/Select/OnPasteSelect.jsx +++ b/superset-frontend/src/components/Select/OnPasteSelect.jsx @@ -76,7 +76,13 @@ export default class OnPasteSelect extends React.Component { render() { const { selectWrap: SelectComponent, ...restProps } = this.props; - return ; + return ( + + ); } } diff --git a/superset-frontend/src/dashboard/components/gridComponents/Chart.jsx b/superset-frontend/src/dashboard/components/gridComponents/Chart.jsx index e42c259288..ef162cc044 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Chart.jsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Chart.jsx @@ -269,7 +269,7 @@ export default class Chart extends React.Component { : {}; return ( -
+