feat: upload button validation (#747)
This commit is contained in:
parent
c81bc4e5d2
commit
03e74415f2
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ export const IssueAttachmentUpload = () => {
|
|||
onDrop,
|
||||
maxSize: maxFileSize,
|
||||
multiple: false,
|
||||
disabled: isLoading
|
||||
});
|
||||
|
||||
const fileError =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue