Skip to content

Commit

Permalink
Update calls to textarea with the id option
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Jan 20, 2025
1 parent bc985cd commit 900d373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sites/_site_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
hint: t("helpers.hint.site_form.aliases"),
name: form.field_name(:aliases),
id: field_id_attribute(form.object, :aliases),
textarea_id: field_id_attribute(form.object, :aliases),
value: form.object.aliases,
error_message: error_message(form.object, :aliases),
} %>
Expand Down

0 comments on commit 900d373

Please sign in to comment.