Browse Source

Add existing value

pull/2971/head
Manny Dinssa 2 months ago
parent
commit
75ec9e4139
  1. 1
      app/views/organisations/new.html.erb

1
app/views/organisations/new.html.erb

@ -70,6 +70,7 @@
:id,
:name,
label: { text: "Search for an organisation that is part of the same group as this organisation", size: "m" },
options: { disabled: [""], selected: @organisation.group || "" },
"data-controller": %w[accessible-autocomplete conditional-filter] %>
<% end %>
<%= f.govuk_radio_button :group_member, false, label: { text: "No" } %>

Loading…
Cancel
Save