Skip to content

Commit

Permalink
Update packages/ui/core-components/src/lib/atoms/inputs/text/TextInpu…
Browse files Browse the repository at this point in the history
…t.svelte

Co-authored-by: Zach Stence <[email protected]>
  • Loading branch information
kwongz and zachstence authored Jan 29, 2025
1 parent f370779 commit 7e534e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{/if}
</span>
{/if}
{#if !name}
{#if errors.length}
<InlineError inputType="TextInput" error={errors} height="32" width="246" />
{:else}
<input
Expand Down

0 comments on commit 7e534e1

Please sign in to comment.