diff --git a/app/src/protyle/upload/index.ts b/app/src/protyle/upload/index.ts index 3a736c1ed..88028b8af 100644 --- a/app/src/protyle/upload/index.ts +++ b/app/src/protyle/upload/index.ts @@ -373,5 +373,7 @@ export const uploadFiles = (protyle: IProtyle, files: FileList | DataTransferIte progressBar.style.width = progress + "%"; }; xhr.send(formData); + }, () => { + hideMessage(validateResult.msgId); }); };