Skip to content

Commit

Permalink
Improved: removed the lines "none" property from contact number while…
Browse files Browse the repository at this point in the history
… creating facility(hotwax#337)
  • Loading branch information
R-Sourabh committed Dec 5, 2024
1 parent 0107675 commit 60504d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AddFacilityAddress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ion-select-option>
</ion-select>
</ion-item>
<ion-item lines="none">
<ion-item>
<ion-input :label="translate('Contact number')" :label-placement="countryCode ? 'stacked' : 'floating'" v-model="contactNumber">
<ion-text slot="start" v-if=countryCode>{{ countryCode }}</ion-text>
</ion-input>
Expand Down

0 comments on commit 60504d9

Please sign in to comment.