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 bd0e3a123a2..c7ed7193eb8 100644
--- a/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
+++ b/app/assets/javascripts/vue_pipelines_index/components/pipelines_actions.js
@@ -33,7 +33,7 @@ export default {
})
.catch(() => {
this.isLoading = false;
- new Flash('An error occured while making the request.', 'alert');
+ new Flash('An error occured while making the request.');
});
},
},