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, onDrop,
maxSize: maxFileSize, maxSize: maxFileSize,
multiple: false, multiple: false,
disabled: isLoading
}); });
const fileError = const fileError =