diff --git a/src/app/(marketing)/profile/_components/EditProfile/ProfileBackgroundImageUploader.tsx b/src/app/(marketing)/profile/_components/EditProfile/ProfileBackgroundImageUploader.tsx index 8f89ab7963..b67ebbe4bf 100644 --- a/src/app/(marketing)/profile/_components/EditProfile/ProfileBackgroundImageUploader.tsx +++ b/src/app/(marketing)/profile/_components/EditProfile/ProfileBackgroundImageUploader.tsx @@ -27,7 +27,7 @@ export const ProfileBackgroundImageUploader = ({ description, }) - const { isDragActive, getRootProps } = useDropzone({ + const { isDragActive, getRootProps, getInputProps } = useDropzone({ multiple: false, noClick: false, onDrop: (accepted, fileRejections) => { @@ -53,9 +53,10 @@ export const ProfileBackgroundImageUploader = ({ return ( - {tooltipLabel}