Skip to content

Commit 4f4f2a6

Browse files
committed
fix: table expandIcon not work #1937
1 parent 60bb3ae commit 4f4f2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/Table.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,8 @@ export default {
12091209
const vcTableProps = {
12101210
key: 'table',
12111211
props: {
1212-
...restProps,
12131212
expandIcon: this.renderExpandIcon(prefixCls),
1213+
...restProps,
12141214
customRow: (record, index) => this.onRow(prefixCls, record, index),
12151215
components: this.sComponents,
12161216
prefixCls,

0 commit comments

Comments
 (0)