Commit 004595fc authored by Sarah GP's avatar Sarah GP

Remove call to function that does not exist

parent 5bfc0f8d
...@@ -29,9 +29,6 @@ export default { ...@@ -29,9 +29,6 @@ export default {
return `${name} - ${status.label}`; return `${name} - ${status.label}`;
}, },
}, },
mounted() {
this.stopDropdownClickPropagation();
},
methods: { methods: {
pipelineActionRequestComplete() { pipelineActionRequestComplete() {
this.$emit('pipelineActionRequestComplete'); this.$emit('pipelineActionRequestComplete');
......
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