Fix tabs switching in SouthPane (#11343)

This commit is contained in:
Kamil Gabryjelski 2020-10-20 23:24:27 +02:00 committed by GitHub
parent 6f3d4c131f
commit 3a0fcdacd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -160,8 +160,9 @@ export class SouthPane extends React.PureComponent {
return (
<div className="SouthPane" ref={this.southPaneRef}>
<Tabs
defaultActiveKey={this.props.activeSouthPaneTab}
activeKey={this.props.activeSouthPaneTab}
className="SouthPaneTabs"
onChange={this.switchTab}
id={shortid.generate()}
fullWidth={false}
>