forked from github/plane
feat: upload button validation (#747)
This commit is contained in:
parent
c81bc4e5d2
commit
03e74415f2
@ -74,6 +74,7 @@ export const IssueAttachmentUpload = () => {
|
||||
onDrop,
|
||||
maxSize: maxFileSize,
|
||||
multiple: false,
|
||||
disabled: isLoading
|
||||
});
|
||||
|
||||
const fileError =
|
||||
|
Loading…
Reference in New Issue
Block a user