mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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