Commit 7854166e authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Fix project VSA suggestionsListClass undefined

Fixes gitlab.com/gitlab-org/gitlab/-/issues/341213 by passing a
blank `apolloProvider` object to the app. This is a known issue
with apollo.
parent 8931be02
......@@ -45,6 +45,7 @@ export default () => {
new Vue({
el,
name: 'CycleAnalytics',
apolloProvider: {},
store,
render: (createElement) =>
createElement(CycleAnalytics, {
......
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