I'm using the ant design uploader component. This all works, however if the file fails to upload for any reason it shows the upload file in red underneath.
What I want to achieve is the file should show while it is uploading (as the progress is shown) then once it has finished, regardles of the outcome (success or fail) it should then not show the file.
I have tried to manipulate the filelist, however when this is set on the component I no longer get the file progress.

