We need to add a check for the config value of show_trigger_form_if_no_params. One problem is that right now the Dags list doesn't say if a dag has params or not so we don't know if we need to show the modal or not.
Additionally, I wonder if this should be overridden if require_confirmation_dag_change is True.