Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislaineguerin committed Sep 19, 2024
1 parent d74ef5e commit 6542e00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mathesar_ui/src/components/form/Field.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
<FieldLayout>
{#if label || $$slots.label}
<LabeledInput {layout} {label}>
<svelte:fragment slot="label">
<slot name="label" />
</svelte:fragment>
<slot name="label" slot="label" />
<svelte:component
this={inputComponent}
bind:value={$field}
Expand Down

0 comments on commit 6542e00

Please sign in to comment.