Skip to content

Commit

Permalink
Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvidal authored Oct 18, 2023
1 parent 9c83cd8 commit 7610d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/tailor_modules/form.htm
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
>
<option selected disabled>{{ field.placeholder }}</option>
{% for option in field.options %}
<option value="{{ option.label }}">{{ option.label }}</option>
<option value="{{ option.slug }}">{{ option.label }}</option>
{% endfor %}
</select>
{% endif %}
Expand Down

0 comments on commit 7610d10

Please sign in to comment.