-
Notifications
You must be signed in to change notification settings - Fork 35
refactor (Text): Migrate Text to v1 in SDK #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Pull Request Test Coverage Report for Build 15135756915Details
💛 - Coveralls |
9261245
to
cd111fb
Compare
@@ -193,7 +191,7 @@ const AddMemberDropdown = ({ | |||
} = await client?.frontierServiceListGroupUsers( | |||
organization?.id, | |||
teamId, | |||
{ withRoles: true } | |||
{ with_roles: true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rsbh Please confirm if this change is correct?
@@ -239,7 +237,7 @@ const AddMemberDropdown = ({ | |||
if (!userId || !organization?.id) return; | |||
try { | |||
await client?.frontierServiceAddGroupUsers(organization?.id, teamId, { | |||
userIds: [userId] | |||
user_ids: [userId] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rsbh Please confirm if this change is correct?
@@ -71,7 +70,7 @@ export const TeamPage = () => { | |||
} = await client?.frontierServiceListGroupUsers( | |||
organization?.id, | |||
teamId, | |||
{ withRoles: true } | |||
{ with_roles: true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rsbh Please confirm if this change is correct?
No description provided.