diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2018-05-18 17:16:19 +0100 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2018-05-18 17:16:19 +0100 |
| commit | 48120529f689e4f4ae396a9337c52e229718ab4f (patch) | |
| tree | 1d0c46d2dd41e5cda794e9d34267d840906a360b | |
| parent | 0f8b3b9018c57d55abd7db78337904f2cacca4ad (diff) | |
| download | gitlab-ce-46381-dropdown-mr-widget-backport.tar.gz | |
Fix eslint46381-dropdown-mr-widget-backport
| -rw-r--r-- | app/assets/javascripts/pipelines/components/stage.vue | 2 |
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'); |
