Skip to content

Commit

Permalink
Fixed: zipcode label not showing in facility address modal (hotwax#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Apr 10, 2024
1 parent 8d688e8 commit 4d9caf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FacilityAddressModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ion-item>
<ion-item>
<ion-input label-placement="floating" v-model="address.postalCode">
<div position="floating">{{ translate("Zipcode") }} <ion-text color="danger">*</ion-text></div>
<div slot="label">{{ translate("Zipcode") }} <ion-text color="danger">*</ion-text></div>
</ion-input>
</ion-item>
<ion-item-divider color="light">
Expand Down
2 changes: 1 addition & 1 deletion src/views/AddFacilityAddress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ion-item>
<ion-item>
<ion-input label-placement="floating" v-model="formData.postalCode">
<div>{{ translate('Zipcode') }} <ion-text color="danger">*</ion-text></div>
<div slot="label">{{ translate('Zipcode') }} <ion-text color="danger">*</ion-text></div>
</ion-input>
</ion-item>
<ion-item>
Expand Down

0 comments on commit 4d9caf8

Please sign in to comment.