diff --git a/superset/assets/javascripts/SqlLab/components/QuerySearch.jsx b/superset/assets/javascripts/SqlLab/components/QuerySearch.jsx index 2356513c9f..1fd81185ca 100644 --- a/superset/assets/javascripts/SqlLab/components/QuerySearch.jsx +++ b/superset/assets/javascripts/SqlLab/components/QuerySearch.jsx @@ -192,16 +192,22 @@ class QuerySearch extends React.PureComponent { {this.state.queriesLoading ? (Loading...) : - () + ( +
+
+ +
+
+ ) } );