We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af9b9a commit 846963dCopy full SHA for 846963d
airflow/www/templates/airflow/trigger.html
@@ -120,7 +120,7 @@
120
{% elif form_details.schema and "object" in form_details.schema.type %}
121
<textarea class="form-control" name="element_{{ form_key }}" id="element_{{ form_key }}" valuetype="object" rows="6"
122
{%- if not "null" in form_details.schema.type %} required=""{% endif -%}>
123
- {%- if form_details.value %}
+ {%- if form_details.value != None %}
124
{{- form_details.value | tojson() -}}
125
{% endif -%}
126
</textarea>
0 commit comments