Skip to content

Commit

Permalink
feat: add file preview in progress text
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Aug 9, 2021
1 parent 68cad7e commit 5fb54df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/form/recap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,15 @@ export default function RecapPage() {
<Input readOnly id='score_1' label='Score 1' />
<Input readOnly id='score_2' label='Score 2' />
<Input readOnly id='score_3' label='Score 3' />
<Input
{/* <Input
readOnly
type='file'
id='score_file'
label='Score File'
/>
/> */}
<p className='text-sm text-gray-800'>
File preview in progress
</p>
</div>

<div className='space-y-4'>
Expand Down

1 comment on commit 5fb54df

@vercel
Copy link

@vercel vercel bot commented on 5fb54df Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.