diff --git a/src/components/CustomPages/SE/SEConfigPage.js b/src/components/CustomPages/SE/SEConfigPage.js index d7828c6..d0747ac 100644 --- a/src/components/CustomPages/SE/SEConfigPage.js +++ b/src/components/CustomPages/SE/SEConfigPage.js @@ -224,7 +224,7 @@ class SEConfigPage extends React.Component { value={data.SAFE_SERVEY_TRIGGER_TIME ? moment(data.SAFE_SERVEY_TRIGGER_TIME) : null} onChange={value => { let data = this.state.data; - data.SAFE_SERVEY_TRIGGER_TIME = value; + data.SAFE_SERVEY_TRIGGER_TIME = moment(value); this.setState(data) }} />