mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(react): correctly show ion-back-button when going back (#23069)
resolves #22692
This commit is contained in:
@ -37,7 +37,7 @@ const Details: React.FC<DetailsProps> = () => {
|
||||
<IonHeader>
|
||||
<IonToolbar>
|
||||
<IonButtons>
|
||||
<IonBackButton defaultHref="/routing/tabs/home"></IonBackButton>
|
||||
<IonBackButton></IonBackButton>
|
||||
</IonButtons>
|
||||
<IonTitle>Details</IonTitle>
|
||||
</IonToolbar>
|
||||
|
Reference in New Issue
Block a user