This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch revert-168-time_null
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit d130c91b68862ee39038a3f19b799741e9534bc6
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed May 9 15:36:13 2018 +0800

    Revert "Fix Trace search time is null ,there is an error (#168)"
    
    This reverts commit 43ae106a15a77937a255c790a478c620b549d742.
---
 src/routes/Trace/TraceSearch.js | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/routes/Trace/TraceSearch.js b/src/routes/Trace/TraceSearch.js
index 20e8c9a..8e0cdaa 100644
--- a/src/routes/Trace/TraceSearch.js
+++ b/src/routes/Trace/TraceSearch.js
@@ -210,12 +210,7 @@ export default class Trace extends PureComponent {
     return (
       <Form onSubmit={this.handleSearch} layout="vertical">
         <FormItem label="Time Range">
-          {getFieldDecorator('range-time-picker', {
-            rules: [{
-              required: true,
-              message: 'Please select the correct date',
-            }],
-          })(
+          {getFieldDecorator('range-time-picker')(
             <RangePicker
               showTime
               disabledDate={current => current && current.valueOf() >= 
Date.now()}

-- 
To stop receiving notification emails like this one, please contact
wush...@apache.org.

Reply via email to