Skip to content

Commit

Permalink
[hotfix] Query search is unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 25, 2016
1 parent 6f1e7c3 commit 174a199
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions caravel/assets/javascripts/SqlLab/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ class App extends React.Component {
</div>
</div>
);
} else {
content = (
<div>
<QueryAutoRefresh />
<TabbedSqlEditors />
</div>
);
}
content = (
<div>
<QueryAutoRefresh />
<TabbedSqlEditors />
</div>
);
return (
<div className="App SqlLab">
<Alerts alerts={this.props.alerts} />
Expand Down

0 comments on commit 174a199

Please sign in to comment.