Commit adb627b6 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch...

Merge branch '338564-enable-assumeimmutableresults-in-ee-app-assets-javascripts-epic-new_epic_bundle-js' into 'master'

Enable `assumeImmutableResults` for creating a new epic

See merge request gitlab-org/gitlab!68349
parents 0e2dbfce fdd5fe2c
......@@ -6,7 +6,12 @@ import EpicForm from './components/epic_form.vue';
Vue.use(VueApollo);
const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient(
{},
{
assumeImmutableResults: true,
},
),
});
export function initEpicForm() {
......
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