Commit 56294ab9 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` on the Iterations

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338566
It enables `assumeImmutableResults` on the Iterations.
parent d6abefe0
...@@ -17,13 +17,13 @@ const apolloProvider = new VueApollo({ ...@@ -17,13 +17,13 @@ const apolloProvider = new VueApollo({
{}, {},
{ {
batchMax: 1, batchMax: 1,
assumeImmutableResults: true,
}, },
), ),
}); });
export function initIterationsList(namespaceType) { export function initIterationsList(namespaceType) {
const el = document.querySelector('.js-iterations-list'); const el = document.querySelector('.js-iterations-list');
return new Vue({ return new Vue({
el, el,
apolloProvider, apolloProvider,
......
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