Skip to content

Commit

Permalink
no more data file
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 8, 2024
1 parent 47e2d2e commit b18aa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function UploadPage() {
<input type="file" id="metadataFile" className="mt-2" onChange={handleMetadataFileChange} required />

{/* Upload data file */}
{metadataFile && <>
{/* {metadataFile && <>
<div className="flex items-center">
<label htmlFor="dataFile" className="block text-sm">
<div role="alert" className="alert">
Expand Down Expand Up @@ -190,7 +190,7 @@ export default function UploadPage() {
)}
</div>
<input type="file" id="dataFile" className="mt-2" onChange={handleDataFilesChange} />
</>}
</>} */}
<div>
<button type="submit" className="btn btn-sm btn-info mt-6 text-slate-900 font-normal">
<Upload className="w-4 h-4" />
Expand Down

0 comments on commit b18aa23

Please sign in to comment.