We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda21e5 commit 316cc96Copy full SHA for 316cc96
lib/backpex/fields/inline_crud.ex
@@ -146,6 +146,8 @@ defmodule Backpex.Fields.InlineCRUD do
146
id={"inline-crud-header-label-#{@name}-#{child_field_name}"}
147
class="mb-1 text-xs"
148
>
149
+ {child_field_options.label}
150
+ </span>
151
<BackpexForm.input
152
type={input_type(child_field_options) |> Atom.to_string()}
153
field={f_nested[child_field_name]}
0 commit comments