Skip to content

Commit

Permalink
Improved: reomved the lines "none" property from the longitude input(h…
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Dec 5, 2024
1 parent 60504d9 commit 49bb53b
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 @@ -77,7 +77,7 @@
<ion-item>
<ion-input :label="translate('Latitude')" label-placement="floating" :disabled="!formData.address1 || !formData.city" v-model="formData.latitude" />
</ion-item>
<ion-item>
<ion-item lines="none">
<ion-input :label="translate('Longitude')" label-placement="floating" :disabled="!formData.address1 || !formData.city" v-model="formData.longitude" />
</ion-item>
</ion-list>
Expand Down

0 comments on commit 49bb53b

Please sign in to comment.