kaxil commented on a change in pull request #19363:
URL: https://github.com/apache/airflow/pull/19363#discussion_r740995053



##########
File path: airflow/www/templates/airflow/main.html
##########
@@ -67,7 +67,7 @@
     {% endcall %}
   {% endif %}
   {% if triggerer_job is defined and (not triggerer_job or not 
triggerer_job.is_alive()) %}
-    {% call message(category='warning', dismissable=false) %}
+    {% call show_message(category='warning', dismissabie=false) %}

Review comment:
       ```suggestion
       {% call show_message(category='warning', dismissible=false) %}
   ```




-- 
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]


Reply via email to