Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix invalid cherry-picking of apache#21771
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Oct 11, 2022
1 parent d1f1d9d commit f344d98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ class SqlEditor extends React.PureComponent {
{this.renderEditorBottomBar(hotkeys)}
</div>
<ConnectedSouthPane
queryEditorId={this.props.queryEditor.id}
latestQueryId={this.props.latestQuery && this.props.latestQuery.id}
actions={this.props.actions}
height={southPaneHeight}
Expand Down

0 comments on commit f344d98

Please sign in to comment.