Skip to content

Commit

Permalink
QA/dev user should not required to input html suffix in front end for…
Browse files Browse the repository at this point in the history
… loading page
  • Loading branch information
glo11372 committed Jul 5, 2024
1 parent 767d99e commit 13c20cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peregrine/lib/talons/Gallery/useGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useQuery } from '@apollo/client';
import { useCustomerWishlistSkus } from '../../hooks/useCustomerWishlistSkus/useCustomerWishlistSkus';

import mergeOperations from '../../util/shallowMerge';
import defaultOperations from './gallery.gql';
import defaultOperations from './gallery.gql.ce';

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

0 comments on commit 13c20cf

Please sign in to comment.