1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

add close button to passoword history dialog (#12790)

This commit is contained in:
✨ Audrey ✨
2025-01-14 15:18:14 -05:00
committed by GitHub
parent 39a5addddc
commit 04566488dc
2 changed files with 16 additions and 2 deletions

View File

@@ -14,5 +14,11 @@
>
{{ "clearHistory" | i18n }}
</button>
<!-- FIXME: Remove the close button once the dialog doesn't overlap electron's
drag area.
-->
<button bitButton type="submit" buttonType="secondary" (click)="close()">
{{ "close" | i18n }}
</button>
</ng-container>
</bit-dialog>