This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ce6dd158a1 chore: updating link to sandbox.js (#23005)
ce6dd158a1 is described below

commit ce6dd158a125a0c790c5bc31f23a692a5e4d559f
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Feb 7 08:04:03 2023 -0700

    chore: updating link to sandbox.js (#23005)
---
 .../legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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..3ae47ac054 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
@@ -38,8 +38,8 @@ const DEFAULT_VIEWPORT = {
 };
 
 const sandboxUrl =
-  'https://github.com/apache/incubator-superset/' +
-  'blob/master/superset-frontend/src/modules/sandbox.js';
+  'https://github.com/apache/superset/' +
+  
'blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils/sandbox.js';
 const jsFunctionInfo = (
   <div>
     {t(

Reply via email to