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