From 96f01830d273219b1d9d22d663a8d456e635d337 Mon Sep 17 00:00:00 2001 From: Misael Date: Thu, 16 Jul 2026 04:59:48 -0300 Subject: [PATCH] fix: truncate file name in file input --- src/components/Form/Input/InputFile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Form/Input/InputFile.tsx b/src/components/Form/Input/InputFile.tsx index 6118337a..7c7a6303 100644 --- a/src/components/Form/Input/InputFile.tsx +++ b/src/components/Form/Input/InputFile.tsx @@ -243,9 +243,9 @@ export function InputFile({ e.stopPropagation() }} > - + - + {fileName}