Skip to content

Commit

Permalink
Add prop type for ColumnManager persist prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Jan 8, 2024
1 parent d3dc0f4 commit 8e79afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ColumnManager/ColumnManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ColumnManager.propTypes = {
columnMapping: PropTypes.object.isRequired,
excludeKeys: PropTypes.arrayOf(PropTypes.string),
id: PropTypes.string.isRequired,
persist: PropTypes.bool,
};

export default memo(ColumnManager);

0 comments on commit 8e79afd

Please sign in to comment.