mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: data column in SQL lab left panel open by default (#13624)
* fix table expand * Left Panel Expand * added tests Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
@@ -283,6 +283,7 @@ class TableElement extends React.PureComponent {
|
||||
{...this.props}
|
||||
header={this.renderHeader()}
|
||||
className="TableElement"
|
||||
forceRender="true"
|
||||
>
|
||||
{this.renderBody()}
|
||||
</Collapse.Panel>
|
||||
|
||||
Reference in New Issue
Block a user