Skip to content

Commit

Permalink
Merge pull request #229 from hotwax/facility-change-fix
Browse files Browse the repository at this point in the history
Fixed: facility not changed from the settings page
  • Loading branch information
adityasharma7 authored Apr 19, 2023
2 parents b871c39 + e3fa842 commit d5a46d7
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 @@ -278,7 +278,7 @@ export default defineComponent({
// https://github.com/ionic-team/ionic-framework/pull/25858
if (this.userProfile && this.currentFacility?.facilityId !== event.detail.value)
this.store.dispatch('user/setFacility', {
'faciltyId': event.detail.value
'facilityId': event.detail.value
});
},
async changeTimeZone() {
Expand Down

0 comments on commit d5a46d7

Please sign in to comment.