Remove type onboarding from broadcast form options (#8087) [deploy]

This commit is contained in:
Vaidehi Joshi 2020-05-27 12:49:23 -07:00 committed by GitHub
parent 134fec0e9c
commit 5baecfdd61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:" %>