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

CE: Adds missing prop

See merge request gitlab-org/gitlab-ce!27671
This commit is contained in:
Phil Hughes 2019-04-26 07:45:40 +00:00
commit 336a0a8745
1 changed files with 1 additions and 0 deletions

View File

@ -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,