Skip to content

Commit

Permalink
Improved: disable timezone update button as we don't have timeZone in…
Browse files Browse the repository at this point in the history
…formation(#10)
  • Loading branch information
ymaheshwari1 committed Jan 19, 2024
1 parent 9f5a17e commit b7fab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ion-card-content>
<ion-item lines="none">
<ion-label> {{ userProfile && userProfile.timeZone ? userProfile.timeZone : "-" }} </ion-label>
<ion-button @click="changeTimeZone()" slot="end" fill="outline" color="dark">{{ "Change" }}</ion-button>
<ion-button disabled @click="changeTimeZone()" slot="end" fill="outline" color="dark">{{ "Change" }}</ion-button>
</ion-item>
</ion-card>
</section>
Expand Down

0 comments on commit b7fab16

Please sign in to comment.