Add client side max length to Transporter
This commit is contained in:
parent
67831a1c86
commit
add5ccf6b4
|
@ -40,6 +40,7 @@ function PasteForm(props) {
|
||||||
return (
|
return (
|
||||||
<Form onSubmit={handleSubmit}>
|
<Form onSubmit={handleSubmit}>
|
||||||
<Form.TextArea
|
<Form.TextArea
|
||||||
|
maxlength={20000}
|
||||||
rows={20}
|
rows={20}
|
||||||
{...makeProps('paste')}
|
{...makeProps('paste')}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user