Fix tabs switching in SouthPane (#11343)
This commit is contained in:
parent
6f3d4c131f
commit
3a0fcdacd3
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue