fix: CSV Export permission is not consistent (#13713)

This commit is contained in:
Duy Nguyen Hoang
2021-05-04 14:19:58 +07:00
committed by GitHub
parent a75e4af99b
commit 9a22fb00d9
8 changed files with 93 additions and 16 deletions

View File

@@ -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}