From ece5de8e2aec6d60e6ded7ceec9a20f5b4efce46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 11 Jun 2023 10:20:02 +0100
Subject: [PATCH] chore: add placeholder

---
 frontends/web/react/components/test-section/test-section.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/web/react/components/test-section/test-section.tsx b/frontends/web/react/components/test-section/test-section.tsx
index a1db048c..44da3805 100644
--- a/frontends/web/react/components/test-section/test-section.tsx
+++ b/frontends/web/react/components/test-section/test-section.tsx
@@ -11,7 +11,7 @@ export const TestSection: FC<TestSectionProps> = ({ style = [] }) => {
     const classes = () => ["test-section", ...style].join(" ");
     return (
         <div className={classes()}>
-            <TextInput />
+            <TextInput placeholder="XXX-XXX-XXX" />
         </div>
     );
 };
-- 
GitLab