Skip to content

Commit

Permalink
Merge pull request #4073 from mathesar-foundation/checkbox_group_legend
Browse files Browse the repository at this point in the history
Fix legend missing from installed schemas checkbox group
  • Loading branch information
pavish authored Dec 13, 2024
2 parents c9d036f + 630b3f4 commit 135b8a4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<FieldsetGroup
{isInline}
{options}
{label}
{ariaLabel}
{disabled}
{boxed}
Expand All @@ -73,5 +72,5 @@
checked={values.some((o) => valuesAreEqual(o, option))}
disabled={innerDisabled}
/>
<slot slot="label" />
<slot name="label" slot="label">{label}</slot>
</FieldsetGroup>

0 comments on commit 135b8a4

Please sign in to comment.