Skip to content

Commit 316cc96

Browse files
committed
Add missing label to inline crud field
1 parent cda21e5 commit 316cc96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/backpex/fields/inline_crud.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ defmodule Backpex.Fields.InlineCRUD do
146146
id={"inline-crud-header-label-#{@name}-#{child_field_name}"}
147147
class="mb-1 text-xs"
148148
>
149+
{child_field_options.label}
150+
</span>
149151
<BackpexForm.input
150152
type={input_type(child_field_options) |> Atom.to_string()}
151153
field={f_nested[child_field_name]}

0 commit comments

Comments
 (0)