Skip to content

Commit

Permalink
Merge pull request #590 from amansinghbais/580-revert
Browse files Browse the repository at this point in the history
Reverted: added back the click event on the count tab to only open count page (#580)
  • Loading branch information
ymaheshwari1 authored Jan 8, 2025
2 parents 669dd89 + dd56ef7 commit c40c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ion-tabs>
<ion-router-outlet></ion-router-outlet>
<ion-tab-bar slot="bottom">
<ion-tab-button tab="orders" href="/tabs/count">
<ion-tab-button tab="orders" @click="$router.push('/tabs/count')" href="/tabs/count">
<ion-icon :icon="infiniteOutline" />
<ion-label>{{ translate("Counts") }}</ion-label>
</ion-tab-button>
Expand Down

0 comments on commit c40c293

Please sign in to comment.