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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-11 18:11:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-11 18:11:19 +0300
commitc79523e3952dad31a9ab8ccbb9e38466fec3aec3 (patch)
tree5435f5c30f00b6b2d6c364f4b0aa977491bfcafe /lib/gitlab/form_builders
parent30f9120ba63ea54283c34a046de691a3dbf59450 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/form_builders')
-rw-r--r--lib/gitlab/form_builders/gitlab_ui_form_builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/form_builders/gitlab_ui_form_builder.rb b/lib/gitlab/form_builders/gitlab_ui_form_builder.rb
index f1ad8edd125..ea98f6b2eec 100644
--- a/lib/gitlab/form_builders/gitlab_ui_form_builder.rb
+++ b/lib/gitlab/form_builders/gitlab_ui_form_builder.rb
@@ -8,7 +8,7 @@ module Gitlab
@template.render Pajamas::ButtonComponent.new(
variant: :confirm,
type: :submit,
- button_options: options.except!(:pajamas_button)
+ button_options: options.except(:pajamas_button)
) do
value
end