Skip to content

Commit

Permalink
chore: coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Ali-Abbas-Zaidi committed Oct 17, 2023
1 parent 310da60 commit 7f1c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CollaboratorPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CollaboratorPage extends React.Component {
createCollaborator,
sourceInfo: { referrer },
} = this.props;
createCollaborator(fieldValues, referrer);
createCollaborator(fieldValues, referrer, 'sample');
}

handleCollaboratorEdit(fieldValues) {
Expand Down

0 comments on commit 7f1c1d8

Please sign in to comment.