forgot to add one proptype
This commit is contained in:
parent
40c92cd8dc
commit
6cb78672c8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class MapButtons extends Component {
|
||||||
onImportClick: PropTypes.func,
|
onImportClick: PropTypes.func,
|
||||||
onForkClick: PropTypes.func,
|
onForkClick: PropTypes.func,
|
||||||
onFilterClick: PropTypes.func,
|
onFilterClick: PropTypes.func,
|
||||||
|
filterData: PropTypes.object,
|
||||||
allForFiltering: PropTypes.object,
|
allForFiltering: PropTypes.object,
|
||||||
visibleForFiltering: PropTypes.object,
|
visibleForFiltering: PropTypes.object,
|
||||||
toggleMetacode: PropTypes.func,
|
toggleMetacode: PropTypes.func,
|
||||||
|
|
Loading…
Add table
Reference in a new issue