Skip to content

Commit

Permalink
Update _form_share.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore authored Jun 27, 2024
1 parent c15d8e1 commit 7d74c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/hyrax/dashboard/collections/_form_share.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Hyrax::Group.all.map { |g| [g.humanized_name, g.name] },
{ prompt: "Select a group..." },
class: 'form-control' %>
as
as
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },
Expand All @@ -55,6 +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..." },
Expand Down

0 comments on commit 7d74c98

Please sign in to comment.