chore: remove unused property
This commit is contained in:
parent
1ff5f205b2
commit
482fd966cc
|
@ -160,7 +160,6 @@ const UploadFileForm = () => {
|
||||||
removeFile,
|
removeFile,
|
||||||
cancelAll,
|
cancelAll,
|
||||||
} = useUppy({
|
} = useUppy({
|
||||||
uploader: "tus",
|
|
||||||
endpoint: import.meta.env.VITE_PUBLIC_TUS_ENDPOINT,
|
endpoint: import.meta.env.VITE_PUBLIC_TUS_ENDPOINT,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue