feat(dashboard): manage groups from customer details (#7346)
This commit is contained in:
@@ -62,7 +62,7 @@ async function batchAddCustomers(
|
||||
|
||||
async function batchRemoveCustomers(
|
||||
id: string,
|
||||
payload: { customer_ids: { id: string }[] }
|
||||
payload: { customer_ids: string[] }
|
||||
) {
|
||||
return postRequest<AdminCustomerGroupResponse>(
|
||||
`/admin/customer-groups/${id}/customers`,
|
||||
|
||||
Reference in New Issue
Block a user