Skip to content

Commit

Permalink
fix(fusiontable): add query param
Browse files Browse the repository at this point in the history
* Addition of query to the FusionTable component

- Original author: @giulianok
- Original commits: e45eae8, e13b3d3, 3c0074b
  • Loading branch information
giulianok authored and oshalygin committed Sep 1, 2017
1 parent 8e06dd5 commit b0c637f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionTablesLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ exports.default = (0, _flowRight3.default)(_createReactClass2.default, (0, _enha
render: function render() {
return false;
}
});
});
1 change: 1 addition & 0 deletions src/lib/FusionTablesLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default _.flowRight(
getInitialState() {
const fusionTablesLayer = new google.maps.FusionTablesLayer({
map: this.context[MAP],
query: this.props.options.query,
...collectUncontrolledAndControlledProps(
defaultUncontrolledPropTypes,
controlledPropTypes,
Expand Down

0 comments on commit b0c637f

Please sign in to comment.