Added users support
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<div class="my-5">
|
||||
<%= form.label :team_id, t('reservations.form.team') %>
|
||||
<%= form.collection_select :team_id,
|
||||
@company.teams,
|
||||
@company&.teams || [],
|
||||
:id,
|
||||
:name,
|
||||
{ prompt: t('reservations.form.select_team') },
|
||||
|
||||
Reference in New Issue
Block a user