Skip to content

Commit

Permalink
fix filter prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowny committed Mar 6, 2017
1 parent 65ca114 commit 80da591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/AbsoluteGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function createAbsoluteGrid(DisplayObject, displayProps = {}) {
verticalMargin={this.props.verticalMargin}
zoom={this.props.zoom}
keyProp={this.props.keyProp}
filterProp={this.props.filterProp}
dragEnabled={this.props.dragEnabled}
dragManager={this.dragManager}
/>
Expand Down

0 comments on commit 80da591

Please sign in to comment.