fix: Tabs snapshot tests

pull/4943/head
bang 8 years ago
parent 6bcd88f5c0
commit b90237ee6f

@ -23,8 +23,8 @@ class Demo extends React.Component {
super(props);
this.newTabIndex = 0;
const panes = [
{ title: 'Tab 1', content: 'Content of Tab Pane 1', key: '1' },
{ title: 'Tab 2', content: 'Content of Tab Pane 2', key: '2' },
{ title: 'Tab 1', content: 'Content of Tab 1', key: '1' },
{ title: 'Tab 2', content: 'Content of Tab 2', key: '2' },
];
this.state = {
activeKey: panes[0].key,

Loading…
Cancel
Save