Remove type onboarding from broadcast form options (#8087) [deploy]
This commit is contained in:
parent
134fec0e9c
commit
5baecfdd61
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<%= label_tag :type, "Type:" %>
|
||||
<%= select_tag "type_of", options_for_select(%w[Welcome Onboarding Announcement]) %>
|
||||
<%= select_tag "type_of", options_for_select(%w[Welcome Announcement]) %>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<%= label_tag :active, "Active:" %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue