Add client side max length to Transporter

master
Tanner Collin 4 years ago
parent 67831a1c86
commit add5ccf6b4
  1. 1
      webclient/src/Paste.js

@ -40,6 +40,7 @@ function PasteForm(props) {
return (
<Form onSubmit={handleSubmit}>
<Form.TextArea
maxlength={20000}
rows={20}
{...makeProps('paste')}
/>

Loading…
Cancel
Save