mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 12:22:58 +03:00
fix(upload) (#355)
This commit is contained in:
parent
9c8e0aa0e4
commit
90bd49527b
@ -62,7 +62,7 @@ export const FileUploader = (): JSX.Element => {
|
||||
)}
|
||||
</div>
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
<Button isLoading={isPending} onClick={void uploadAllFiles}>
|
||||
<Button isLoading={isPending} onClick={() => void uploadAllFiles()}>
|
||||
{isPending ? "Uploading..." : "Upload"}
|
||||
</Button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user