feat: upload button validation (#747)

This commit is contained in:
Anmol Singh Bhatia 2023-04-08 18:20:33 +05:30 committed by GitHub
parent c81bc4e5d2
commit 03e74415f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ export const IssueAttachmentUpload = () => {
onDrop,
maxSize: maxFileSize,
multiple: false,
disabled: isLoading
});
const fileError =