From c80cf3a3ba1e8a4bc78997008f3a2f43783b97a4 Mon Sep 17 00:00:00 2001 From: Muzaffar Hossain <55223302+muzaffar640@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:12:28 +0530 Subject: [PATCH] add required to input and onSubmit to form and remove onSubmit from button (#588) --- src/plays/git-hub-profile-search/components/Input.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plays/git-hub-profile-search/components/Input.jsx b/src/plays/git-hub-profile-search/components/Input.jsx index 671199f63..1b137e1eb 100644 --- a/src/plays/git-hub-profile-search/components/Input.jsx +++ b/src/plays/git-hub-profile-search/components/Input.jsx @@ -14,9 +14,9 @@ const Input = () => { } return ( -
- setUsername(e.target.value)} className="nirban-github-profile-search" /> -