Updated maxlength attribute on field

no refs
This commit is contained in:
Rishabh 2021-10-21 23:08:53 +05:30
parent 52826b2324
commit d818ca5c4b

View File

@ -167,7 +167,7 @@ const PlanConfirmationSection = ({plan, type, onConfirm}) => {
value={reason}
onChange={e => setReason(e.target.value)}
rows="2"
maxlength="500"
maxLength="500"
/>
</section>
<ActionButton