This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch fixing-sandbox-link in repository https://gitbox.apache.org/repos/asf/superset.git
commit c839c5d3ae6d087dc2395f73721c7973074ff666 Author: Evan Rusackas <[email protected]> AuthorDate: Mon Feb 6 14:51:58 2023 -0700 chore: updating link to sandbox.js --- .../plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx index e12dca191d..471f67b0f3 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx @@ -39,7 +39,7 @@ const DEFAULT_VIEWPORT = { const sandboxUrl = 'https://github.com/apache/incubator-superset/' + - 'blob/master/superset-frontend/src/modules/sandbox.js'; + 'blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils/sandbox.js'; const jsFunctionInfo = ( <div> {t(
