Skip to content

Commit

Permalink
Fix regression on trigger form error display on form validation (#37672)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f5d7d2)
  • Loading branch information
jscheffl authored and ephraimbuddy committed Feb 24, 2024
1 parent cb34e91 commit 3e3457e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2230,6 +2230,7 @@ def trigger(self, dag_id: str, session: Session = NEW_SESSION):
form_fields=form_fields,
**render_params,
conf=request_conf,
form=form,
)

flash(f"Triggered {dag_id}, it should start any moment now.")
Expand Down

0 comments on commit 3e3457e

Please sign in to comment.