Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-18 19:16:19 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-05-18 19:16:19 +0300
commit48120529f689e4f4ae396a9337c52e229718ab4f (patch)
tree1d0c46d2dd41e5cda794e9d34267d840906a360b /app
parent0f8b3b9018c57d55abd7db78337904f2cacca4ad (diff)
Fix eslint
Diffstat (limited to 'app')
-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');