Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
- add missing props #2157
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Feb 7, 2019
1 parent 9d43b5d commit df7c613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/table/TableFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class ActionButton extends Component {
static propTypes = {
action: PropTypes.object.isRequired,
dispatch: PropTypes.func.isRequired,
docId: PropTypes.string,
tabIndex: PropTypes.number,
};

handleClick = () => {
Expand Down

0 comments on commit df7c613

Please sign in to comment.