summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-18 17:16:19 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-05-18 17:16:19 +0100
commit48120529f689e4f4ae396a9337c52e229718ab4f (patch)
tree1d0c46d2dd41e5cda794e9d34267d840906a360b
parent0f8b3b9018c57d55abd7db78337904f2cacca4ad (diff)
downloadgitlab-ce-46381-dropdown-mr-widget-backport.tar.gz
-rw-r--r--app/assets/javascripts/pipelines/components/stage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue
index 6e993368828..f9769815796 100644
--- a/app/assets/javascripts/pipelines/components/stage.vue
+++ b/app/assets/javascripts/pipelines/components/stage.vue
@@ -141,7 +141,7 @@ export default {
return this.$el.classList.contains('open');
},
- pipelineActionRequestComplete() {
+ pipelineActionRequestComplete() {
if (this.type === PIPELINES_TABLE) {
// warn the table to update
eventHub.$emit('refreshPipelinesTable');