mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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>
|
<button bitButton type="submit" form="sendForm" buttonType="primary" #submitBtn>
|
||||||
{{ "save" | i18n }}
|
{{ "save" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button bitButton type="button" buttonType="secondary" popupBackAction>
|
<button bitButton type="button" buttonType="secondary" [popupBackAction]>
|
||||||
{{ "cancel" | i18n }}
|
{{ "cancel" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
{{ "exportVault" | i18n }}
|
{{ "exportVault" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button bitButton type="button" buttonType="secondary" popupBackAction>
|
<button bitButton type="button" buttonType="secondary" [popupBackAction]>
|
||||||
{{ "cancel" | i18n }}
|
{{ "cancel" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
</popup-footer>
|
</popup-footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user