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