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

@@ -241,7 +241,6 @@ const ExploreChartPanel = props => {
addHistory={props.addHistory}
can_overwrite={props.can_overwrite}
can_download={props.can_download}
chartHeight={props.height}
isStarred={props.isStarred}
slice={props.slice}
sliceName={props.sliceName}