Commit 47d5840c authored by Phil Hughes's avatar Phil Hughes

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

Adds missing prop in pipelines graph

Closes #11318

See merge request gitlab-org/gitlab-ee!11591
parents 349337a2 cf22aefd
......@@ -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