This commit is contained in:
2020-07-02 21:58:28 +00:00
parent 2b62cd20f3
commit ba902e3c70
2 changed files with 14 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ export default {
// if either is not valid.
//moment.github.io/luxon/docs/manual/validity.html
https: if (!valueStart.isValid || !valueEnd.isValid) {
if (!valueStart.isValid || !valueEnd.isValid) {
return true;
}