Skip to content

Commit

Permalink
feat: remove percentage from attachment upload
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 committed Dec 4, 2024
1 parent 85add56 commit 68648cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/app/detail-panel/edit/attachment-upload-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ export const AttachmentUploadStatus: FC<{
<UploadingRow padding={{ horizontal: 'small', vertical: 'small' }} crossAlignment={'center'}>
{uploadStatus.status === 'running' && (
<>
<Text color="gray1" size="small">
{uploadStatus.progress}%
</Text>
<Padding right="extrasmall" />

<Icon icon={'AnimatedLoader'} color={'gray1'} size="large" />
Expand Down

0 comments on commit 68648cb

Please sign in to comment.