mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
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:
committed by
GitHub
parent
19a60435b0
commit
c1aacde304
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user