Skip to content

Commit

Permalink
Merge pull request #493 from ymaheshwari1/#440
Browse files Browse the repository at this point in the history
Improved: support to display facilityName or facilityId in the header of store view screen(#440)
  • Loading branch information
ymaheshwari1 authored Nov 4, 2024
2 parents 31dab20 + 1da8a3a commit 0234591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Count.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ion-page>
<ion-header>
<ion-toolbar>
<ion-title slot="start">{{ translate("Count name") }}</ion-title>
<ion-title slot="start">{{ currentFacility?.facilityName || currentFacility?.facilityId }}</ion-title>
<ion-segment :value="selectedSegment" @ionChange="segmentChanged($event.detail.value)">
<ion-segment-button value="assigned" @click="selectedSegment = 'assigned'">
<ion-label>{{ translate("Assigned") }}</ion-label>
Expand Down

0 comments on commit 0234591

Please sign in to comment.