Skip to content

Commit

Permalink
fix failing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking committed Nov 6, 2024
1 parent 200b2af commit ff383f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/screens/OrganizationPeople/AddMember.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ const StyledTableRow = styled(TableRow)(() => ({
},
}));

/**
* AddMember component is used to add new members to the organization by selecting from
* the existing users or creating a new user.
* It uses the following queries and mutations:
* ORGANIZATIONS_LIST,
* ORGANIZATIONS_MEMBER_CONNECTION_LIST,
* USERS_CONNECTION_LIST,
* ADD_MEMBER_MUTATION,SIGNUP_MUTATION.
*/
function AddMember(): JSX.Element {
const { t: translateOrgPeople } = useTranslation('translation', {
keyPrefix: 'organizationPeople',
Expand Down

0 comments on commit ff383f2

Please sign in to comment.