This commit is contained in:
parent
0c8a255476
commit
ee3e1745e0
3 changed files with 6 additions and 6 deletions
|
|
@ -52,7 +52,7 @@ defmodule MvWeb.CustomFieldValueLive.Form do
|
|||
options={custom_field_options(@custom_fields)}
|
||||
prompt={gettext("Choose a custom field")}
|
||||
/>
|
||||
|
||||
|
||||
<!-- Member Selection -->
|
||||
<.input
|
||||
field={@form[:member_id]}
|
||||
|
|
@ -61,7 +61,7 @@ defmodule MvWeb.CustomFieldValueLive.Form do
|
|||
options={member_options(@members)}
|
||||
prompt={gettext("Choose a member")}
|
||||
/>
|
||||
|
||||
|
||||
<!-- Value Input - handles Union type -->
|
||||
<%= if @selected_custom_field do %>
|
||||
<.union_value_input form={@form} custom_field={@selected_custom_field} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue