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 2d8a2f9 commit bc0f5dbCopy full SHA for bc0f5db
src/components/TeamManagement/TopcoderManagementDialog.js
@@ -24,7 +24,7 @@ class TopcoderManagementDialog extends React.Component {
24
managerType: {},
25
showAlreadyMemberError: false,
26
errorMessage: null,
27
- processingInviteRequestIds: [], // id of invite which request is being processing
+ processingInviteRequestIds: [], // ids of invites for which request is being processed
28
}
29
30
this.onUserRoleChange = this.onUserRoleChange.bind(this)
0 commit comments