Skip to content

Commit

Permalink
Fix propTypes for RuleTable (RedHatInsights#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsia authored Aug 11, 2021
1 parent 327fb32 commit 110e347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rule-components/src/RuleTable/RuleTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ RuleTable.propTypes = {
disableSort: PropTypes.bool
})),
sort: PropTypes.string,
emptyStateTitle: PropTypes.string,
emptyStateTitle: PropTypes.node,
emptyStateDescription: PropTypes.node,
emptyStateIcon: PropTypes.node,
emptyStateIcon: PropTypes.elementType,
defaultFilters: PropTypes.arrayOf(PropTypes.shape({})),
fetchData: PropTypes.func,
detail: PropTypes.oneOfType([ PropTypes.func, PropTypes.node ]),
Expand Down

0 comments on commit 110e347

Please sign in to comment.