Skip to content

Commit

Permalink
exchange select back button dismiss prompt
Browse files Browse the repository at this point in the history
added prompt dismiss to back button
  • Loading branch information
dylanheath authored Jun 9, 2022
1 parent 84d375e commit ac61ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/exchange-select/exchange-select.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ion-grid fixed="true" class="ion-no-padding">
<ion-toolbar>
<ion-buttons slot="start">
<ion-back-button defaultHref="/"></ion-back-button>
<ion-back-button defaultHref="/" (click)="dismiss()" ></ion-back-button>
</ion-buttons>
<ion-title>{{ 'exchange-select.title' | translate }}</ion-title>
<ion-buttons slot="end">
Expand Down

0 comments on commit ac61ac0

Please sign in to comment.