mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
disable file for now
This commit is contained in:
parent
801e1b6710
commit
f4c8f996ae
@ -108,7 +108,7 @@ const Form: React.FC = () => {
|
|||||||
<input type="file" multiple disabled={loading} onChange={_onFileChange} />
|
<input type="file" multiple disabled={loading} onChange={_onFileChange} />
|
||||||
upload tracks [max. 300MiB]
|
upload tracks [max. 300MiB]
|
||||||
</label>
|
</label>
|
||||||
{files.length > 0 && (
|
{/* {files.length > 0 && (
|
||||||
<div>
|
<div>
|
||||||
<input onClick={_clear} type="button" value="clear all" />
|
<input onClick={_clear} type="button" value="clear all" />
|
||||||
<ul>
|
<ul>
|
||||||
@ -117,7 +117,7 @@ const Form: React.FC = () => {
|
|||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)} */}
|
||||||
<br />
|
<br />
|
||||||
<input type="submit" value={loading ? 'uploading...' : 'submit'} disabled={loading} />
|
<input type="submit" value={loading ? 'uploading...' : 'submit'} disabled={loading} />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user