Skip to content

Commit

Permalink
fix: 修复静态属性bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed Nov 2, 2018
1 parent b90b6c6 commit eddc105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class Table extends Component<ITableProps, ITableState> {
rightShadow: false,
};

defaultProps = {
static defaultProps = {
fixedTitle: false,
scroll: {
y: 280,
Expand Down

0 comments on commit eddc105

Please sign in to comment.