Skip to content
Snippets Groups Projects
Commit 2ee480a9 authored by akula0611's avatar akula0611
Browse files

added name for testing

parent 36efe64b
Branches
Tags
No related merge requests found
...@@ -91,6 +91,7 @@ export default function AddFile({ currentFolder }) { ...@@ -91,6 +91,7 @@ export default function AddFile({ currentFolder }) {
<label className="btn btn-outline-success btn-sm m-0 mr-2"> <label className="btn btn-outline-success btn-sm m-0 mr-2">
<FontAwesomeIcon icon={faFileUpload} /> <FontAwesomeIcon icon={faFileUpload} />
<input <input
name="upload"
type="file" type="file"
onChange={handleUpload} onChange={handleUpload}
style={{ opacity: 0, position: "absolute", left: "-9999px" }} style={{ opacity: 0, position: "absolute", left: "-9999px" }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment