Skip to content

Commit 13c20cf

Browse files
committed
QA/dev user should not required to input html suffix in front end for loading page
1 parent 767d99e commit 13c20cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/peregrine/lib/talons/Gallery/useGallery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useQuery } from '@apollo/client';
33
import { useCustomerWishlistSkus } from '../../hooks/useCustomerWishlistSkus/useCustomerWishlistSkus';
44

55
import mergeOperations from '../../util/shallowMerge';
6-
import defaultOperations from './gallery.gql';
6+
import defaultOperations from './gallery.gql.ce';
77

88
export const useGallery = (props = {}) => {
99
const operations = mergeOperations(defaultOperations, props.operations);

0 commit comments

Comments
 (0)