amaannawab923 commented on PR #35998:
URL: https://github.com/apache/superset/pull/35998#issuecomment-3522853629
We should just call the abort before dispatch ChartUpdate Started
chartAction.js
Line 423
const prevController = getState().charts[key]?.queryController;
if (prevController) {
prevController.abort();
}
dispatch(chartUpdateStarted(controller, formData, key));
Add this and remove the set timeout from chart updated started
@msyavuz @LevisNgigi
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]