diff --git a/src/forge/Main/IndexItem.js b/src/forge/Main/IndexItem.js index 27483bb93..57fb56b6c 100644 --- a/src/forge/Main/IndexItem.js +++ b/src/forge/Main/IndexItem.js @@ -30,7 +30,7 @@ class PrivateAccessModal extends Component { alert_remarks: true, ...values, attachment_id: attachmentId.join(','), - invite_code: this.props.projectInfo.invite_code + code: this.props.projectInfo.invite_code }, }) .then((result) => {