fix(dashboard,medusa): Minor clean-up of admin v2 (#7257)
This commit is contained in:
@@ -135,7 +135,7 @@ export const useAddCustomersToGroup = (
|
||||
options?: UseMutationOptions<
|
||||
AdminCustomerGroupResponse,
|
||||
Error,
|
||||
{ customer_ids: { id: string }[] }
|
||||
{ customer_ids: string[] }
|
||||
>
|
||||
) => {
|
||||
return useMutation({
|
||||
|
||||
Reference in New Issue
Block a user