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:
parent
121494fb2e
commit
86a5b99b31
|
@ -9,6 +9,7 @@
|
|||
*ngIf="showBackButton"
|
||||
[title]="'back' | i18n"
|
||||
[ariaLabel]="'back' | i18n"
|
||||
(click)="back()"
|
||||
></button>
|
||||
<h1 bitTypography="h3" class="!tw-mb-0.5 tw-text-headers">{{ pageTitle }}</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue