Skip to content

Commit

Permalink
Merge branch 'develop' into PWA-3162-V3
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 committed Sep 27, 2023
2 parents 24117b6 + af73f69 commit 64fd78f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ export const useCategory = props => {
called: introspectionCalled,
data: introspectionData,
loading: introspectionLoading
} = useQuery(getFilterInputsQuery, {
fetchPolicy: 'cache-and-network',
nextFetchPolicy: 'cache-first'
});
} = useQuery(getFilterInputsQuery);

// Create a type map we can reference later to ensure we pass valid args
// to the graphql query.
Expand Down

0 comments on commit 64fd78f

Please sign in to comment.