feat(core-flows,dashboard,medusa): fixes set of tiny bugs in claims flow (#8551)
* feat(types,dashboard): ability to set shipping methods for claim * chore: fix a bunch of stuff * chore: update comment
This commit is contained in:
@@ -486,8 +486,9 @@ export const useDeleteClaimOutboundShipping = (
|
||||
})
|
||||
}
|
||||
|
||||
export const useRequestClaim = (
|
||||
export const useClaimConfirmRequest = (
|
||||
id: string,
|
||||
orderId: string,
|
||||
options?: UseMutationOptions<
|
||||
HttpTypes.AdminClaimResponse,
|
||||
Error,
|
||||
|
||||
Reference in New Issue
Block a user