Commit 8594064b authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in incidents list

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338431
It enables `assumeImmutableResults` in the incidents list.
parent 0ce52132
...@@ -24,7 +24,7 @@ export default () => { ...@@ -24,7 +24,7 @@ export default () => {
} = domEl.dataset; } = domEl.dataset;
const apolloProvider = new VueApollo({ const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(), defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
}); });
return new Vue({ return new Vue({
......
Markdown is supported
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