Skip to content

Commit a04bdc6

Browse files
committed
fix: timeline mode defaultvalue type error
1 parent 3465b28 commit a04bdc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/timeline/Timeline.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default {
1919
props: initDefaultProps(TimelineProps, {
2020
prefixCls: 'ant-timeline',
2121
reverse: false,
22-
mode: '',
2322
}),
2423
render () {
2524
const { prefixCls, reverse, mode, ...restProps } = getOptionProps(this)

0 commit comments

Comments
 (0)