Skip to content

Commit

Permalink
Merge pull request #813 from bvaughn/grid-default-props
Browse files Browse the repository at this point in the history
Fix Grid.defaultProps
  • Loading branch information
bvaughn authored Sep 18, 2017
2 parents 7e4623c + fc9f2b2 commit 003400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Grid/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default class Grid extends React.PureComponent {
autoWidth: false,
cellRangeRenderer: defaultCellRangeRenderer,
containerRole: "rowgroup",
containerStyle: Object,
containerStyle: {},
estimatedColumnSize: 100,
estimatedRowSize: 30,
getScrollbarSize: scrollbarSize,
Expand Down

0 comments on commit 003400d

Please sign in to comment.