Skip to content

Commit

Permalink
Update settings.hbs
Browse files Browse the repository at this point in the history
Related to #322.
  • Loading branch information
mclemente committed Oct 5, 2023
1 parent 7317856 commit 052c33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/partials/settings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{/if}}
{{#if (eq type "Select")}}
<select name="{{id}}" class="form-fields">
{{selectOptions value selected=selected nameAttr="key" labelAttr="value"}}
{{selectOptions select selected=value nameAttr="key" labelAttr="value"}}
</select>
{{/if}}
{{#if (eq type "Range")}}
Expand Down

0 comments on commit 052c33c

Please sign in to comment.