Commit 84315b3a authored by jim's avatar jim

change colse => close

parent 0e2cd76a
...@@ -188,7 +188,7 @@ class Sidebar extends PureComponent { ...@@ -188,7 +188,7 @@ class Sidebar extends PureComponent {
style={{ width: 120 }} style={{ width: 120 }}
> >
<Select.Option value="open">打开</Select.Option> <Select.Option value="open">打开</Select.Option>
<Select.Option value="colse">关闭</Select.Option> <Select.Option value="close">关闭</Select.Option>
</Select>, </Select>,
], ],
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment