Skip to content

Commit

Permalink
resolved - count name
Browse files Browse the repository at this point in the history
  • Loading branch information
mustang006 committed Oct 19, 2024
1 parent 3d05506 commit 10c3181
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 || translate("Count name") }}</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 10c3181

Please sign in to comment.