Merge pull request #611 from Retrospring/fix/🚫

This commit is contained in:
Karina Kwiatek 2022-08-04 21:07:53 +02:00 committed by GitHub
commit b089d676aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
= f.password_field :current_password, autocomplete: "current-password"
.modal-footer
%button.btn.btn-default{ data: { dismiss: :modal }, type: :button }= t("voc.cancel")
= f.primary
= f.primary class: 'btn btn-primary', data: { disable_with: false }