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"
|
*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>
|
||||||
|
|
Loading…
Reference in New Issue