Commit b675b6b8 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Mike Greiling

Resolve "pipeline's page shows vue error on master"

parent 10836664
......@@ -35,7 +35,7 @@ export default {
},
data() {
return {
pipelineId: '',
pipelineId: 0,
endpoint: '',
cancelingPipeline: null,
};
......
......@@ -47,7 +47,7 @@ export default {
required: true,
},
cancelingPipeline: {
type: String,
type: Number,
required: false,
default: null,
},
......
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