Fix linting
This commit is contained in:
parent
b82e4825e9
commit
c9ee13c7a1
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ export default function UploadDocumentsDialog() {
|
|||
async (filesToUpload: File[]) => {
|
||||
setIsUploading(true)
|
||||
setFileErrors({})
|
||||
|
||||
|
||||
try {
|
||||
toast.promise(
|
||||
(async () => {
|
||||
|
|
@ -42,7 +42,7 @@ export default function UploadDocumentsDialog() {
|
|||
[file.name]: percentCompleted
|
||||
}))
|
||||
})
|
||||
|
||||
|
||||
if (result.status !== 'success') {
|
||||
setFileErrors(prev => ({
|
||||
...prev,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue