1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Merge branch 'ps/PM-2841/remove-swal' into tools/pm-147/import-error-states-usability-improvements

This commit is contained in:
Will Martin
2023-09-05 11:12:59 -04:00
committed by GitHub
19 changed files with 256 additions and 113 deletions

View File

@@ -69,13 +69,7 @@
<button bitButton buttonType="primary" bitFormButton type="submit">
{{ "save" | i18n }}
</button>
<button
bitButton
buttonType="secondary"
type="button"
bitDialogClose
[bit-dialog-close]="ResultType.Canceled"
>
<button bitButton buttonType="secondary" type="button" [bitDialogClose]="ResultType.Canceled">
{{ "cancel" | i18n }}
</button>
<button