disable file for now

This commit is contained in:
cupcakearmy 2021-01-02 11:00:19 +01:00
parent 801e1b6710
commit f4c8f996ae
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -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} />