From 1f92b380c5bfcb2781c333f54cf4212e728360fb Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 26 Oct 2020 14:17:24 +0100 Subject: [PATCH] Remove developer code --- src/collections/views/CollectionDetails.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/collections/views/CollectionDetails.tsx b/src/collections/views/CollectionDetails.tsx index 1ff2e1862..e1e5a0af5 100644 --- a/src/collections/views/CollectionDetails.tsx +++ b/src/collections/views/CollectionDetails.tsx @@ -61,10 +61,7 @@ export const CollectionDetails: React.FC = ({ const paginate = usePaginator(); const intl = useIntl(); const { search, loadMore, result } = useProductSearch({ - variables: { - ...DEFAULT_INITIAL_SEARCH_DATA, - first: 100 - } + variables: DEFAULT_INITIAL_SEARCH_DATA }); const [updateMetadata] = useMetadataUpdate({}); const [updatePrivateMetadata] = usePrivateMetadataUpdate({});