hussein-awala commented on code in PR #31980:
URL: https://github.com/apache/airflow/pull/31980#discussion_r1233630557
##########
airflow/www/templates/airflow/trigger.html:
##########
@@ -72,7 +72,7 @@
{% elif "enum" in form_details.schema and form_details.schema.enum %}
<select class="my_select2 form-control" name="element_{{ form_key }}"
id="element_{{ form_key }}" data-placeholder="Select Value"
onchange="updateJSONconf();"
- {%- if "integer" in form_details.schema.type %} valuetype="number" {%
elif "number" in form_details.schema.type %} valuetype="decimal" {%- endif %}
+ {%- if "integer" in form_details.schema.type or "number" in
form_details.schema.type %} valuetype="number"{% endif %}
Review Comment:
Yes, because we need just to change `type` attribute
--
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]