Skip to content
Snippets Groups Projects
Commit e378106c authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Refactor conditional to show error label on abort status

parent 97cf2a15
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ const FileMosaicStatus: React.FC<FileMosaicStatusProps> = (
</div>
);
}
if (uploadStatus === "error") {
if (uploadStatus === "error" || uploadStatus === "aborted") {
return (
<div className="files-ui-file-item-status-container file-status-error">
<UploadError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment