Skip to content

Commit

Permalink
allow for elements as text
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Oct 30, 2017
1 parent 5cd0004 commit 98db402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/src/components/filter-table/TableSortLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const orderIcons = {
export default class TableSortLabel extends React.Component {

static propTypes = {
text: PropTypes.string.isRequired,
text: PropTypes.any.isRequired,
active: PropTypes.bool,
order: PropTypes.oneOf(['asc','desc']),
onRequestSort: PropTypes.func,
Expand Down

0 comments on commit 98db402

Please sign in to comment.