Commit e46dc315 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/assets/javascripts/pipelines/components/graph/stage_column_component.vue

parent 75c1d2b4
......@@ -28,18 +28,8 @@ export default {
type: String,
required: false,
default: '',
<<<<<<< HEAD
=======
},
actionDisabled: {
type: String,
required: false,
default: null,
>>>>>>> upstream/master
},
},
<<<<<<< HEAD
actionDisabled: {
type: String,
required: false,
......@@ -56,13 +46,6 @@ export default {
return list[0];
},
=======
methods: {
firstJob(list) {
return list[0];
},
>>>>>>> upstream/master
jobId(job) {
return `ci-badge-${job.name}`;
},
......
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