From d8230155fc364797aede39c44b9a449c6628f23b Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Tue, 21 Sep 2021 11:37:03 +0530 Subject: [PATCH] remove unneccesary showCollectionSelector prop --- src/components/FullScreenDropZone.tsx | 1 - src/pages/gallery/index.tsx | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/FullScreenDropZone.tsx b/src/components/FullScreenDropZone.tsx index 58d0102df..82b44364f 100644 --- a/src/components/FullScreenDropZone.tsx +++ b/src/components/FullScreenDropZone.tsx @@ -39,7 +39,6 @@ const Overlay = styled.div` type Props = React.PropsWithChildren<{ getRootProps: any; getInputProps: any; - showCollectionSelector; }>; export default function FullScreenDropZone(props: Props) { diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 508a1c149..a20dc80c9 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -427,11 +427,7 @@ export default function Gallery() { + getInputProps={getInputProps}> {loading && (