We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c839c5d commit dd865e0Copy full SHA for dd865e0
superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx
@@ -38,7 +38,7 @@ const DEFAULT_VIEWPORT = {
38
};
39
40
const sandboxUrl =
41
- 'https://github.com/apache/incubator-superset/' +
+ 'https://github.com/apache/superset/' +
42
'blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils/sandbox.js';
43
const jsFunctionInfo = (
44
<div>
0 commit comments