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
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/init_confirm_danger.js')
-rw-r--r--app/assets/javascripts/init_confirm_danger.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/init_confirm_danger.js b/app/assets/javascripts/init_confirm_danger.js
index d3d32c8be54..a8833a17467 100644
--- a/app/assets/javascripts/init_confirm_danger.js
+++ b/app/assets/javascripts/init_confirm_danger.js
@@ -10,6 +10,7 @@ export default () => {
removeFormId = null,
phrase,
buttonText,
+ buttonClass = '',
buttonTestid = null,
confirmDangerMessage,
disabled = false,
@@ -25,6 +26,7 @@ export default () => {
props: {
phrase,
buttonText,
+ buttonClass,
buttonTestid,
disabled: parseBoolean(disabled),
},