Skip to content

Commit

Permalink
Removed: slot from ion-radio in timezone modal(hotwax#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 26, 2024
1 parent 2bc7358 commit 0047a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TimezoneModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ion-list>
<ion-radio-group value="rd" v-model="timeZoneId">
<ion-item :key="timeZone.id" v-for="timeZone in filteredTimeZones">
<ion-radio label-placement="end" justify="start" :value="timeZone.id" slot="start">{{ timeZone.label }} ({{ timeZone.id }})</ion-radio>
<ion-radio label-placement="end" justify="start" :value="timeZone.id">{{ timeZone.label }} ({{ timeZone.id }})</ion-radio>
</ion-item>
</ion-radio-group>
</ion-list>
Expand Down

0 comments on commit 0047a28

Please sign in to comment.