diff --git a/src/components/CollaboratorPage/index.jsx b/src/components/CollaboratorPage/index.jsx index b4b53d719..18385494e 100644 --- a/src/components/CollaboratorPage/index.jsx +++ b/src/components/CollaboratorPage/index.jsx @@ -18,7 +18,7 @@ class CollaboratorPage extends React.Component { createCollaborator, sourceInfo: { referrer }, } = this.props; - createCollaborator(fieldValues, referrer); + createCollaborator(fieldValues, referrer, 'sample'); } handleCollaboratorEdit(fieldValues) {