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} />
|
||||
upload tracks [max. 300MiB]
|
||||
</label>
|
||||
{files.length > 0 && (
|
||||
{/* {files.length > 0 && (
|
||||
<div>
|
||||
<input onClick={_clear} type="button" value="clear all" />
|
||||
<ul>
|
||||
@ -117,7 +117,7 @@ const Form: React.FC = () => {
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
)}
|
||||
)} */}
|
||||
<br />
|
||||
<input type="submit" value={loading ? 'uploading...' : 'submit'} disabled={loading} />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user