Skip to content

Commit 962dc79

Browse files
committed
Add character-limit to the message in payment form
1 parent 377a30a commit 962dc79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/PaymentForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ export const PaymentForm: FunctionComponent<Props> = ({ campaign, inlineForm = f
265265
value={form.message}
266266
onChange={onChange}
267267
disabled={isSubmitting}
268+
maxLength={100}
268269
/>
269270
</div>
270271
</div>

0 commit comments

Comments
 (0)