1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PM-27465] Fixing cancel button on Send and Vault export (#17138)

This commit is contained in:
Alex Dragovich
2025-11-14 16:07:10 -08:00
committed by GitHub
parent 9cd73b8738
commit a4d773537e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
<button bitButton type="submit" form="sendForm" buttonType="primary" #submitBtn>
{{ "save" | i18n }}
</button>
<button bitButton type="button" buttonType="secondary" popupBackAction>
<button bitButton type="button" buttonType="secondary" [popupBackAction]>
{{ "cancel" | i18n }}
</button>
<button

View File

@@ -23,7 +23,7 @@
>
{{ "exportVault" | i18n }}
</button>
<button bitButton type="button" buttonType="secondary" popupBackAction>
<button bitButton type="button" buttonType="secondary" [popupBackAction]>
{{ "cancel" | i18n }}
</button>
</popup-footer>