Commit 18f230d0 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'jnnkl-immutable-iterations' into 'master'

Enable `assumeImmutableResults` on the Iterations overview

See merge request gitlab-org/gitlab!68449
parents a4b5b373 56294ab9
...@@ -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