mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Update packages/@uppy/provider-views/src/ProviderView/AuthView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2603281514
commit
6bb87b68da
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ function DefaultForm<M extends Meta, B extends Body>({
|
|||
setLoading(true)
|
||||
await onAuth()
|
||||
} finally {
|
||||
setLoading(true)
|
||||
setLoading(false)
|
||||
}
|
||||
},
|
||||
[onAuth],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue