fix(explore): Fix downloading as image charts which use Mapbox (#13181)

* Fix downloading as image charts which use Mapbox

* Remove unused prop

* Bump deckgl version
This commit is contained in:
Kamil Gabryjelski
2021-02-20 18:45:03 +01:00
committed by GitHub
parent 19a60435b0
commit c1aacde304
7 changed files with 30 additions and 22 deletions

View File

@@ -44,7 +44,6 @@ const propTypes = {
addHistory: PropTypes.func,
can_overwrite: PropTypes.bool.isRequired,
can_download: PropTypes.bool.isRequired,
chartHeight: PropTypes.string.isRequired,
isStarred: PropTypes.bool.isRequired,
slice: PropTypes.object,
sliceName: PropTypes.string,
@@ -210,7 +209,6 @@ export class ExploreChartHeader extends React.PureComponent {
slice={this.props.slice}
canDownload={this.props.can_download}
chartStatus={chartStatus}
chartHeight={this.props.chartHeight}
latestQueryFormData={latestQueryFormData}
queryResponse={queryResponse}
/>