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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user