Skip to content

Commit

Permalink
docs(CascaderSelect): correct theme demo title
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Oct 18, 2018
1 parent 1de9e19 commit ab1985d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cascader-select/theme/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class FunctionDemo extends React.Component {
}

return (
<Demo title={multiple ? 'Single' : 'Multiple'} demoFunction={demoFunction} onFunctionChange={this.onFunctionChange}>
<Demo title={multiple ? 'Multiple' : 'Single'} demoFunction={demoFunction} onFunctionChange={this.onFunctionChange}>
<Demo title="Normal">
<DemoHead cols={['L', 'M', 'S']} />
<DemoGroup label="normal">
Expand Down

0 comments on commit ab1985d

Please sign in to comment.