nytai commented on a change in pull request #9215: fix: choose language link 
for local dev
URL: 
https://github.com/apache/incubator-superset/pull/9215#discussion_r386669907
 
 

 ##########
 File path: superset-frontend/src/setup/setupApp.ts
 ##########
 @@ -67,7 +67,7 @@ export default function setupApp() {
     ) {
       ev.preventDefault();
       SupersetClient.get({
-        endpoint: ev.currentTarget.href,
+        url: ev.currentTarget.href,
 
 Review comment:
   Are we sure that the url will always be a full url instead of a relative 
one? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to