Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -22,6 +22,7 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
export function TechPageContainer({ bodyshop, setBodyshop, match }) {
|
||||
const { loading, error, data } = useQuery(QUERY_BODYSHOP, {
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
});
|
||||
const { t } = useTranslation();
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user