From c239ab4487c2e261b5946c9aa191ab0b3aaa83dd Mon Sep 17 00:00:00 2001 From: Quentin Roussel Date: Wed, 27 Mar 2024 22:22:35 +0100 Subject: [PATCH] changed number fields to numeric --- traque-front/components/team/actionDrawer.jsx | 2 +- traque-front/components/team/loginForm.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/traque-front/components/team/actionDrawer.jsx b/traque-front/components/team/actionDrawer.jsx index f0e01fb..e574d65 100644 --- a/traque-front/components/team/actionDrawer.jsx +++ b/traque-front/components/team/actionDrawer.jsx @@ -33,7 +33,7 @@ export default function ActionDrawer() {
- { console.log(i) }} /> + { console.log(i) }} /> Capture target
diff --git a/traque-front/components/team/loginForm.jsx b/traque-front/components/team/loginForm.jsx index 20ff93b..0b6276a 100644 --- a/traque-front/components/team/loginForm.jsx +++ b/traque-front/components/team/loginForm.jsx @@ -13,7 +13,7 @@ export default function LoginForm({ onSubmit, title, placeholder, buttonText}) { return (

{title}

- setValue(e.target.value)} name="team-id"/> + setValue(e.target.value)} name="team-id"/> )