Skip to content

Commit

Permalink
Fix DateTimePicker example and translation
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Oct 29, 2022
1 parent d616abc commit a162e57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NcDatetimePicker/NcDatetimePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
export default {
data() {
return {
time: null,
time: new Date('2022-10-10 10:10:10'),
}
},
}
Expand Down Expand Up @@ -280,6 +280,8 @@ export default {
return {
showTimezonePopover: false,
tzVal: this.timezoneId,
t,
}
},
Expand Down

0 comments on commit a162e57

Please sign in to comment.