Add client side max length to Transporter
This commit is contained in:
@@ -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')}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user