mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Fix blank state for dates range [SCI-6576] (#3893)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
fa6aeac1d9
commit
899f2efbd6
1 changed files with 1 additions and 3 deletions
|
@ -38,9 +38,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
updateValue() {
|
updateValue() {
|
||||||
if (this.date && this.dateTo) {
|
this.value = this.rangeObject(this.date, this.dateTo);
|
||||||
this.value = this.rangeObject(this.date, this.dateTo);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue