Skip to content

Commit ba36a4a

Browse files
authored
Merge pull request #409 from dxc-technology/rarrojolopez-fix-upload
[Patch] Transaction status fix in upload component
2 parents c0aaf04 + f9b7168 commit ba36a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/upload/transaction/Transaction.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const DxcTransaction = ({ name = "", type = "", status = "", message = "" }) =>
4444
(status === "success" && (
4545
<FileData>
4646
<FileName>{name}</FileName>
47-
<Spinner mode="small" />
47+
<FileStatus status={status} />
4848
</FileData>
4949
)) ||
5050
(status === "error" && (

0 commit comments

Comments
 (0)