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

name for drag and drop

parent 6d003fff
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -149,7 +149,7 @@ export default function Dropzone({ currentFolder }) { ...@@ -149,7 +149,7 @@ export default function Dropzone({ currentFolder }) {
<section className='container'> <section className='container'>
<div {...getRootProps({ className: 'dropzone' })}> <div {...getRootProps({ className: 'dropzone' })}>
<input {...getInputProps()} /> <input name="upload_path" {...getInputProps()} />
<p>Drag 'n' drop some files here, or click to select files</p> <p>Drag 'n' drop some files here, or click to select files</p>
</div> </div>
<aside> <aside>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment