etr2460 commented on a change in pull request #9234: Perf: improve loading
speed for legacy table chart
URL:
https://github.com/apache/incubator-superset/pull/9234#discussion_r388025218
##########
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:
let's revert this change from this pr then if it's in a different one already
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]