From 26450871333230346b3d389a30a656bbe90371f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Mon, 20 Nov 2023 14:01:46 -0300 Subject: [PATCH] fix: fix SimpleInput placeholder (#132) --- deployment/frontend/src/components/_shared/SimpleInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/frontend/src/components/_shared/SimpleInput.tsx b/deployment/frontend/src/components/_shared/SimpleInput.tsx index 8720405d1..5d9ece884 100644 --- a/deployment/frontend/src/components/_shared/SimpleInput.tsx +++ b/deployment/frontend/src/components/_shared/SimpleInput.tsx @@ -13,7 +13,7 @@ export interface InputProps export const Input = React.forwardRef( ( - { className, type, maxWidth, icon, placeholder, children, ...props }, + { className, type, maxWidth, icon, children, ...props }, ref, ) => { return ( @@ -21,11 +21,11 @@ export const Input = React.forwardRef( {children} {icon && (