Skip to content

Commit

Permalink
fix typo BlackChecbox to BlackCheckbox (ant-design#3146)
Browse files Browse the repository at this point in the history
  • Loading branch information
linyongping authored and chenshuai2144 committed Dec 17, 2018
1 parent c4931c9 commit 399f1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SettingDrawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -154,7 +154,7 @@ class SettingDrawer extends PureComponent {
>
<div className={styles.content}>
<Body title={formatMessage({ id: 'app.setting.pagestyle' })}>
<BlockChecbox
<BlockCheckbox
list={[
{
key: 'dark',
Expand All @@ -181,7 +181,7 @@ class SettingDrawer extends PureComponent {
<Divider />

<Body title={formatMessage({ id: 'app.setting.navigationmode' })}>
<BlockChecbox
<BlockCheckbox
list={[
{
key: 'sidemenu',
Expand Down

0 comments on commit 399f1f0

Please sign in to comment.