Skip to content

Commit

Permalink
fix: s-table tree dislocation #243
Browse files Browse the repository at this point in the history
  • Loading branch information
saraka committed May 10, 2019
1 parent 4b2d3cf commit db1b074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default {
return props[k]
}
}
props[k] = this[k]
this[k] && (props[k] = this[k])
return props[k]
})
const table = (
Expand Down

0 comments on commit db1b074

Please sign in to comment.