Skip to content

Commit

Permalink
i1013: address delegate system test failure (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja authored and christinach committed Feb 29, 2024
1 parent 8f4b42c commit b297cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/delegates/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</div>
<% end %>

<input-autocomplete required
<lux-autocomplete-input required
id="delegate_delegate_id"
name="delegate[delegate_id]"
label="Assign people to use this system on your behalf"
:items="<%= @staff_list %>"
></input-autocomplete>
></lux-autocomplete-input>

<div class="actions">
<input-button type="submit" variation="solid">Add Delegate</input-button>
<lux-input-button type="submit" variation="solid">Add Delegate</lux-input-button>
</div>
<% end %>

0 comments on commit b297cf5

Please sign in to comment.