1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

Fix the back navigation on the popup-header component (#9218)

Wire up the button click to execute `back()`

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-05-16 20:37:32 +02:00
committed by GitHub
parent 121494fb2e
commit 86a5b99b31

View File

@@ -9,6 +9,7 @@
*ngIf="showBackButton" *ngIf="showBackButton"
[title]="'back' | i18n" [title]="'back' | i18n"
[ariaLabel]="'back' | i18n" [ariaLabel]="'back' | i18n"
(click)="back()"
></button> ></button>
<h1 bitTypography="h3" class="!tw-mb-0.5 tw-text-headers">{{ pageTitle }}</h1> <h1 bitTypography="h3" class="!tw-mb-0.5 tw-text-headers">{{ pageTitle }}</h1>
</div> </div>