diff --git a/packages/hoppscotch-app/components/teams/Invite.vue b/packages/hoppscotch-app/components/teams/Invite.vue index 54541f2ba..b928d1078 100644 --- a/packages/hoppscotch-app/components/teams/Invite.vue +++ b/packages/hoppscotch-app/components/teams/Invite.vue @@ -302,7 +302,7 @@ newInvites = [ { key: '', - value: 'VIEWRER', + value: TeamMemberRole.Viewer, }, ] }