From bb2b2e73650b70659ceccb8fd53f053283a3fcbd Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Sat, 6 Jul 2019 08:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.UI/src/form/Select.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowEditor.UI/src/form/Select.jsx b/ShadowEditor.UI/src/form/Select.jsx index 5fbc644d..d260b1b8 100644 --- a/ShadowEditor.UI/src/form/Select.jsx +++ b/ShadowEditor.UI/src/form/Select.jsx @@ -32,7 +32,7 @@ class Select extends React.Component { style={style} onChange={this.handleChange}> {options && Object.keys(options).map(n => { - return ; + return ; })} ; }