Skip to content
Snippets Groups Projects
Commit 5d442444 authored by Sebastian's avatar Sebastian
Browse files

feat(component-invite): invite yourself fix

parent 0f106a3d
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ const createNewTeam = async (collectionId, role, userId, TeamModel) => {
group = 'reviewer'
name = 'Reviewer'
break
case 'coAuthor':
permissions = 'coAuthor'
case 'author':
permissions = 'author'
group = 'author'
name = 'author'
break
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment