From 9bdc5d4863187f985a41f8ea2791814627c3e450 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 30 Mar 2024 14:42:42 +0200 Subject: [PATCH] adjust batch limit --- app/views/submissions/_email_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/submissions/_email_form.html.erb b/app/views/submissions/_email_form.html.erb index 941594f3..fca07f7b 100644 --- a/app/views/submissions/_email_form.html.erb +++ b/app/views/submissions/_email_form.html.erb @@ -1,7 +1,7 @@ <%= form_for '', url: template_submissions_path(template), html: { class: 'space-y-4', autocomplete: 'off' }, data: { turbo_frame: :_top } do |f| %> <% if template.submitters.size == 1 %> - + <%= f.text_area :emails, required: true, class: 'base-textarea w-full', placeholder: 'Type emails here...' %>