fix multiple bcc addresses
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</span>
|
||||
</span>
|
||||
<% end %>
|
||||
<%= f.email_field :value, autocomplete: 'off', class: 'base-input' %>
|
||||
<%= tag.input type: 'email', multiple: true, name: 'account_config[value]', autocomplete: 'off', class: 'base-input', value: f.object.value %>
|
||||
</div>
|
||||
<div class="form-control pt-2">
|
||||
<%= f.button button_title(title: 'Save', disabled_with: 'Updating'), class: 'base-button' %>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
</span>
|
||||
</span>
|
||||
<% end %>
|
||||
<%= ff.email_field :bcc_completed, autocomplete: 'off', class: 'base-input' %>
|
||||
<%= tag.input type: 'email', multiple: true, name: 'template[preferences][bcc_completed]', autocomplete: 'off', class: 'base-input', value: ff.object.bcc_completed %>
|
||||
</div>
|
||||
<% end %>
|
||||
<div class="form-control pt-3">
|
||||
|
||||
Reference in New Issue
Block a user