Skip to content

Commit

Permalink
#1294 | fix warning of propType
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Feb 12, 2024
1 parent 3fc1be3 commit 88a9fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SystemRecommendationView extends AbstractComponent {
workListState: PropTypes.object,
isRejectedEntity: PropTypes.bool,
entityApprovalStatus: PropTypes.object,
affiliatedGroups: PropTypes.object
affiliatedGroups: PropTypes.array
};

static defaultProps = {
Expand Down

0 comments on commit 88a9fcd

Please sign in to comment.