From 2700235b70da59ed319731981206192599d444ae Mon Sep 17 00:00:00 2001 From: Juan Andrade <78118656+Dosbodoke@users.noreply.github.com> Date: Thu, 23 May 2024 10:07:31 -0300 Subject: [PATCH] Trim highliner instagram input (#48) --- app/[locale]/[id]/_components/RegistryEntry.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/[locale]/[id]/_components/RegistryEntry.tsx b/app/[locale]/[id]/_components/RegistryEntry.tsx index a979b64..753613c 100644 --- a/app/[locale]/[id]/_components/RegistryEntry.tsx +++ b/app/[locale]/[id]/_components/RegistryEntry.tsx @@ -206,6 +206,9 @@ export const RegistryEntry = ({ highlineId, highlineDistance }: Props) => { + field.onChange(event.target.value.trim()) + } />