Skip to content

Commit

Permalink
general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Apr 8, 2024
1 parent ae63381 commit 1a0526d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/components/Upload/Forms/DynamicForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ class DynamicForm extends Component {
<FileDropzone uploader={uploader} isUploading={this.props.isUploading}/>
</Col>
</Row>
}
<h4>STEP 3: Click upload and add your files with the upload instructions that follow</h4>
<Row className="fixed-bottom pt-4" id="form-footer">
<div className="container justify-content-center">
Expand Down
14 changes: 0 additions & 14 deletions src/components/Upload/Forms/FileDropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@ import Gallery from 'react-fine-uploader/gallery';
import PropTypes from 'prop-types';

class FileDropzone extends Component {
<<<<<<< HEAD

=======

>>>>>>> origin/develop
uploadFile(e) {
e.preventDefault();
document.getElementById("upload").click();
}
<<<<<<< HEAD

=======

>>>>>>> origin/develop
render() {
let cancelButtonClass = "react-fine-uploader-gallery-cancel-button";
if (this.props.isUploading) {
Expand All @@ -37,9 +28,4 @@ FileDropzone.propTypes = {
uploader: PropTypes.object.isRequired,
isUploading: PropTypes.bool
}

<<<<<<< HEAD
export default FileDropzone;
=======
export default FileDropzone;
>>>>>>> origin/develop

0 comments on commit 1a0526d

Please sign in to comment.