diff options
| author | jackyzha0 <[email protected]> | 2020-05-10 16:33:00 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-10 16:33:00 -0700 |
| commit | a635513d66fd4d2c605a0e64b4fa94828c64610e (patch) | |
| tree | 465b89c4028572ad9a213b746f50823fb28954a8 /frontend/src/components/Inputs.js | |
| parent | Merge pull request #11 from jackyzha0/pass_and_expiry (diff) | |
| download | ctrl-v-a635513d66fd4d2c605a0e64b4fa94828c64610e.tar.xz ctrl-v-a635513d66fd4d2c605a0e64b4fa94828c64610e.zip | |
linked backend and frontend
Diffstat (limited to 'frontend/src/components/Inputs.js')
| -rw-r--r-- | frontend/src/components/Inputs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/Inputs.js b/frontend/src/components/Inputs.js index aa68a70..110d5bd 100644 --- a/frontend/src/components/Inputs.js +++ b/frontend/src/components/Inputs.js @@ -52,6 +52,7 @@ class PasteInput extends React.Component { placeholder="Paste your text here" value={this.props.content} id={this.props.id} + required onChange={this.props.onChange} className="lt-shadow" /> <CharLimit |