+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -622,7 +622,7 @@ ValueLineRenderers.renderers["DateTime" as ValueLineType] = (vl) => {
622
622
623
623
const handleDatePickerOnChange = (date?: Date, str?: string) => {
624
624
const m = date && DateTime.fromJSDate(date);
625
-
vl.setValue(m == null || m.isValid ? null :
625
+
vl.setValue(m == null || !m.isValid ? null :
626
626
vl.props.type!.name == "Date" ? m.toISODate():
627
627
!showTime ? m.toFormat("yyyy-MM-dd'T'HH:mm:ss" /*No Z*/) :
628
628
m.toISO());
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4