diff --git a/app/components/general-layout.tsx b/app/components/general-layout.tsx index add18d6..be666f0 100644 --- a/app/components/general-layout.tsx +++ b/app/components/general-layout.tsx @@ -160,7 +160,6 @@ const UploadFileForm = () => { removeFile, cancelAll, } = useUppy({ - uploader: "tus", endpoint: import.meta.env.VITE_PUBLIC_TUS_ENDPOINT, });