diff --git a/app/views/hyrax/dashboard/collections/_form_share.html.erb b/app/views/hyrax/dashboard/collections/_form_share.html.erb
index 53cae8403..56af41494 100644
--- a/app/views/hyrax/dashboard/collections/_form_share.html.erb
+++ b/app/views/hyrax/dashboard/collections/_form_share.html.erb
@@ -28,7 +28,7 @@
Hyrax::Group.all.map { |g| [g.humanized_name, g.name] },
{ prompt: "Select a group..." },
class: 'form-control' %>
- as
+
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },
@@ -55,7 +55,7 @@
<%= builder.hidden_field :agent_type %>
<%= builder.text_field :agent_id,
placeholder: "Search for a user..." %>
- as
+
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },