#95 - fix
This commit is contained in:
@@ -392,7 +392,11 @@ function createForm() {
|
||||
}
|
||||
|
||||
function onFromChange(selectedDates, dateStr) {
|
||||
form.to = dateStr
|
||||
if (form.to === null) {
|
||||
form.to = dateStr
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
refreshEstimatedDays(form.from, form.to)
|
||||
}
|
||||
|
Reference in New Issue
Block a user