Skip to content

Commit

Permalink
Merge pull request #4790 from nextcloud-libraries/fix/timezone-picker…
Browse files Browse the repository at this point in the history
…--missed-t

fix(NcTimezonePicker): add missing `t` method
  • Loading branch information
susnux committed Nov 9, 2023
2 parents 484d8d0 + 8e7ed4a commit adc9a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NcTimezonePicker/NcTimezonePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ export default {
},
},
methods: {
t,
change(newValue) {
if (!newValue) {
return
Expand Down

0 comments on commit adc9a0e

Please sign in to comment.