Skip to content

Commit

Permalink
fix(NcTimezonePicker): add missing t method
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Nov 9, 2023
1 parent 484d8d0 commit 8e7ed4a
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 8e7ed4a

Please sign in to comment.