Commit 1aff227c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'imrishabh18-335879' into 'master'

Fix: Slack button spinning endlessly

See merge request gitlab-org/gitlab!72131
parents fe58a584 b022017d
......@@ -15,9 +15,6 @@
= form.text_field :alias, class: 'form-control', placeholder: @slack_integration.alias, required: true
.footer-block.row-content-block
%button.btn.gl-button.btn-confirm{ type: 'submit' }
.gl-spinner.gl-spinner-light
%span
Save changes
= form.submit _('Save changes'), class: "gl-button btn btn-confirm"
 
= link_to _('Cancel'), edit_project_service_path(@project, @service), class: 'btn gl-button btn-cancel'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment