fix linter errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
carla 2026-01-07 10:30:25 +01:00
parent 0c8a255476
commit 6d77e08ad8
4 changed files with 8 additions and 14 deletions

View file

@ -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} />