mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Fixed dashboard controls for standalone bug (#1617)
This commit is contained in:
@@ -22,7 +22,7 @@ class Header extends React.PureComponent {
|
||||
<h1>{dashboard.dashboard_title}</h1>
|
||||
</div>
|
||||
<div className="pull-right">
|
||||
{this.props.dashboard.standalone_mode &&
|
||||
{!this.props.dashboard.context.standalone_mode &&
|
||||
<Controls dashboard={dashboard} />
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user