fix(dashboard,medusa): Minor clean-up of admin v2 (#7257)

This commit is contained in:
Oli Juhl
2024-05-07 09:39:42 +02:00
committed by GitHub
parent 14d15df866
commit 8b61dccd0f
7 changed files with 21 additions and 26 deletions

View File

@@ -135,7 +135,7 @@ export const useAddCustomersToGroup = (
options?: UseMutationOptions<
AdminCustomerGroupResponse,
Error,
{ customer_ids: { id: string }[] }
{ customer_ids: string[] }
>
) => {
return useMutation({