We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3b2a8 commit f02cc59Copy full SHA for f02cc59
src/components/ChallengeEditor/ChallengeReviewer-Field/index.js
@@ -962,7 +962,7 @@ ChallengeReviewerField.propTypes = {
962
replaceResourceInRole: PropTypes.func.isRequired,
963
createResource: PropTypes.func.isRequired,
964
deleteResource: PropTypes.func.isRequired,
965
- challengeResources: PropTypes.object.isRequired
+ challengeResources: PropTypes.array.isRequired
966
}
967
968
const mapStateToProps = (state) => ({
0 commit comments