Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 15, 2025
1 parent a8128f7 commit ba4f15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/time/KDateTimeRange.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ watch(() => props.modelValue, (value) => {
endDateTime.value = value ? moment.utc(value.end) : null
})
// Immedaite
// Immediate
if (props.modelValue) {
startDateTime.value = moment.utc(props.modelValue.start)
endDateTime.value = moment.utc(props.modelValue.end)
Expand Down

0 comments on commit ba4f15a

Please # to comment.