mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
fix: CSV Export permission is not consistent (#13713)
This commit is contained in:
@@ -209,7 +209,7 @@ export class ExploreChartHeader extends React.PureComponent {
|
||||
openPropertiesModal: this.openPropertiesModal,
|
||||
}}
|
||||
slice={this.props.slice}
|
||||
canDownload={this.props.can_download}
|
||||
canDownloadCSV={this.props.can_download}
|
||||
chartStatus={chartStatus}
|
||||
latestQueryFormData={latestQueryFormData}
|
||||
queryResponse={queryResponse}
|
||||
|
||||
Reference in New Issue
Block a user