From 92790ddedb65fbbccb507051a0115ff5f0330154 Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Thu, 29 Oct 2020 09:08:55 +0530 Subject: [PATCH] Update newAppointment.js --- frontend/src/components/newAppointment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/newAppointment.js b/frontend/src/components/newAppointment.js index 08e2e74..7609679 100644 --- a/frontend/src/components/newAppointment.js +++ b/frontend/src/components/newAppointment.js @@ -141,7 +141,7 @@ const NewAppointment = () => { className="formInput datetime" placeholder="Elaborate your problem" onChange={(e) => setDescription(e.target.value)} - name="Description" + name="Msg" required />