Skip to content

Commit

Permalink
[PM-3164] Fix change KDF dialog cancel button (bitwarden#5883)
Browse files Browse the repository at this point in the history
* added bitDialog close to button element

* remove deprecated data-dismiss attribute

---------

Co-authored-by: stoler <stoler@Internet>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
  • Loading branch information
3 people authored and BlackDex committed Nov 21, 2023
1 parent 802f70b commit 3ae31f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<button bitButton buttonType="primary" type="submit" [loading]="loading" form="form">
<span>{{ "changeKdf" | i18n }}</span>
</button>
<button bitButton buttonType="secondary" type="button" data-dismiss="modal">
<button bitButton buttonType="secondary" type="button" bitDialogClose>
{{ "cancel" | i18n }}
</button>
</ng-container>
Expand Down

0 comments on commit 3ae31f6

Please sign in to comment.