mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Tabs - Custom Trigger - Typo correction (#3290)
This commit is contained in:
parent
70fa956301
commit
fc0b8e5431
@ -22,7 +22,7 @@ const Demo = React.createClass({
|
||||
this.newTabIndex = 0;
|
||||
const panes = [
|
||||
{ title: 'Tab 1', content: 'Content of Tab Pane 1', key: '1' },
|
||||
{ title: 'Tab 2', content: 'Content of Tab Pane', key: '2' },
|
||||
{ title: 'Tab 2', content: 'Content of Tab Pane 2', key: '2' },
|
||||
];
|
||||
return {
|
||||
activeKey: panes[0].key,
|
||||
|
Loading…
Reference in New Issue
Block a user