michael-s-molina edited a comment on pull request #16048: URL: https://github.com/apache/superset/pull/16048#issuecomment-892875545
> I tested in the test environment, I first set the dashboard to auto-refresh for 10s, it worked fine. Then I set the auto-refresh for 'Don't refresh', it still shows refresh for every 10s @jinghua-qa This bug is not related to this PR. It already happens on master. The problem appears when we set an interval and leave the dashboard. When we return, the select does not contain the previous interval and setting it to "Don't refresh" won't stop the refresh. In fact, if I set it to 30 seconds we will have 2 timers (10 and 30 seconds) running concurrently. I'll investigate and submit a fix in another PR. Running on master: https://user-images.githubusercontent.com/70410625/128234255-6caae86e-1874-40ef-85be-b58f2433dad8.mp4 -- 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]
