summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js')
-rw-r--r--app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js b/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
index 74396d8249b..535064f610e 100644
--- a/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
+++ b/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
@@ -28,7 +28,7 @@ export default {
onClickAction(endpoint) {
this.isLoading = true;
- $('.has-tooltip').tooltip('destroy');
+ $(this.$el.querySelector('.has-tooltip')).tooltip('destroy');
this.service.postAction(endpoint)
.then(() => {