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 f96ccd4 commit d257ac0Copy full SHA for d257ac0
lib/backpex/html/resource.ex
@@ -866,7 +866,7 @@ defmodule Backpex.HTML.Resource do
866
<div :for={{name, %{label: label}} <- @panel_fields}>
867
<.field_container>
868
<:label>
869
- <.input_label text={label} />
+ <.input_label as="span" text={label} />
870
</:label>
871
<.resource_field name={name} {assigns} />
872
</.field_container>
0 commit comments