Commit 001fba26 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in test-case create form

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338572
It enables `assumeImmutableResults` in the test-case create form.
parent 3abaf468
...@@ -15,7 +15,7 @@ export function initTestCaseCreate({ mountPointSelector }) { ...@@ -15,7 +15,7 @@ export function initTestCaseCreate({ mountPointSelector }) {
} }
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