Commit 336a0a87 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'ce-fl-fix-missing-required-prop' into 'master'

CE: Adds missing prop

See merge request gitlab-org/gitlab-ce!27671
parents 004aff9e c31e95a2
......@@ -34,6 +34,7 @@ export default () => {
props: {
isLoading: this.mediator.state.isLoading,
pipeline: this.mediator.store.state.pipeline,
mediator: this.mediator,
},
on: {
refreshPipelineGraph: this.requestRefreshPipelineGraph,
......
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