Skip to content
Snippets Groups Projects
Commit 0623dc98 authored by Jure's avatar Jure
Browse files

fix: use partialRefetch in case of underfetched cache

parent 93e410e5
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,7 @@ export default ({ match, ...props }) => { ...@@ -161,6 +161,7 @@ export default ({ match, ...props }) => {
variables: { variables: {
id: match.params.version, id: match.params.version,
}, },
partialRefetch: true,
}) })
const reviewOrInitial = manuscript => const reviewOrInitial = manuscript =>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment