提交 399f1f0d 编写于 作者: L linyongping 提交者: 陈帅

fix typo BlackChecbox to BlackCheckbox (#3146)

上级 c4931c97
......@@ -6,7 +6,7 @@ import { connect } from 'dva';
import omit from 'omit.js';
import styles from './index.less';
import ThemeColor from './ThemeColor';
import BlockChecbox from './BlockChecbox';
import BlockCheckbox from './BlockCheckbox';
const { Option } = Select;
......@@ -154,7 +154,7 @@ class SettingDrawer extends PureComponent {
>
<div className={styles.content}>
<Body title={formatMessage({ id: 'app.setting.pagestyle' })}>
<BlockChecbox
<BlockCheckbox
list={[
{
key: 'dark',
......@@ -181,7 +181,7 @@ class SettingDrawer extends PureComponent {
<Divider />
<Body title={formatMessage({ id: 'app.setting.navigationmode' })}>
<BlockChecbox
<BlockCheckbox
list={[
{
key: 'sidemenu',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册