Update newAppointment.js

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2020-10-29 09:08:55 +05:30 committed by GitHub
parent bf4e471d27
commit 92790ddedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ const NewAppointment = () => {
className="formInput datetime"
placeholder="Elaborate your problem"
onChange={(e) => setDescription(e.target.value)}
name="Description"
name="Msg"
required
/>