Skip to content

Commit

Permalink
added progress to proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Oct 10, 2024
1 parent 62b1d69 commit 82c44cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsx/FilterableDataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ FilterableDataTable.propTypes = {
updateFilterCallback: PropTypes.func,
noDynamicTable: PropTypes.bool,
loading: PropTypes.element,
progress: PropTypes.number,
getMappedCell: PropTypes.func,
folder: PropTypes.element,
nullTableShow: PropTypes.element,
Expand Down

0 comments on commit 82c44cf

Please sign in to comment.