提交 9de7523d 编写于 作者: A afc163 提交者: 陈帅

change function name

上级 72ce7835
......@@ -26,7 +26,7 @@ class SettingDrawer extends PureComponent {
collapse: false,
};
getLayOutSetting = () => {
getLayoutSetting = () => {
const {
setting: { contentWidth, fixedHeader, layout, autoHideHeader, fixSiderbar },
} = this.props;
......@@ -182,7 +182,7 @@ class SettingDrawer extends PureComponent {
<List
split={false}
dataSource={this.getLayOutSetting()}
dataSource={this.getLayoutSetting()}
renderItem={item => <List.Item actions={item.action}>{item.title}</List.Item>}
/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册