Skip to content

Commit

Permalink
single form updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanieolaiya committed Feb 2, 2024
1 parent 3c25900 commit 2aced8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drc-portals/app/data/contribute/form/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Status() {
>
<CloseIcon fontSize="inherit" />
</IconButton>
} sx={{fontSize:14}}>Upload in Progress!</Alert>}
} sx={{fontSize:14}}>{status.loading.message}</Alert>}
{open && status.success && <Alert onClose={() => { }}
action={
<IconButton
Expand Down

0 comments on commit 2aced8d

Please sign in to comment.