Skip to content

Commit

Permalink
Trim highliner instagram input
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosbodoke committed May 23, 2024
1 parent 59ac63b commit 501819c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/[locale]/[id]/_components/RegistryEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ export const RegistryEntry = ({ highlineId, highlineDistance }: Props) => {
<Input
placeholder={t("instagram.placeholder")}
{...field}
onChange={(event) =>
field.onChange(event.target.value.trim())
}
/>
</FormControl>
</FormItem>
Expand Down

0 comments on commit 501819c

Please sign in to comment.