You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/10 16:24:10 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #26926: Fix auto refresh for graph view

bbovenzi commented on code in PR #26926:
URL: https://github.com/apache/airflow/pull/26926#discussion_r991462982


##########
airflow/www/static/js/graph.js:
##########
@@ -434,11 +434,10 @@ function handleRefresh() {
         // only refresh if the data has changed
         if (prevTis !== tis) {
         // eslint-disable-next-line no-global-assign

Review Comment:
   We can get rid of this line now



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org