Skip to content

Commit

Permalink
Fixed: Corrected default url for the back button on bulk upload page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Sep 20, 2024
1 parent f94215d commit 6a04991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BulkUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ion-page>
<ion-header :translucent="true">
<ion-toolbar>
<ion-back-button default-href="/tabs/count" slot="start"></ion-back-button>
<ion-back-button slot="start" default-href="/draft" />
<ion-title>{{ translate("Draft bulk") }}</ion-title>
</ion-toolbar>
</ion-header>
Expand Down

0 comments on commit 6a04991

Please sign in to comment.