Updated maxlength attribute on field
no refs
This commit is contained in:
parent
52826b2324
commit
d818ca5c4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user