Skip to content

Commit

Permalink
feat: add reupload text
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Apr 3, 2023
1 parent 3743d8d commit 983afe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/view-data/view-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const ViewData: FC<ViewDataProps> = ({ open, data }) => {
View your data
</Typography>
<Typography>Your data will appear here after you drag/drop or browse to find your completed Excel template file above.</Typography>
<Typography>If you have noticed an error in the submitted data, make the necessary corrections in the excel file, and reupload it.</Typography>
<Divider />
<Stack spacing={4} sx={{ textAlign: 'start' }}>
<Box>
Expand Down

0 comments on commit 983afe8

Please sign in to comment.