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