fix(dashboard): undeclared var (#9512)
This commit is contained in:
@@ -104,7 +104,7 @@ export const useCancelOrderEdit = (
|
|||||||
})
|
})
|
||||||
|
|
||||||
queryClient.invalidateQueries({
|
queryClient.invalidateQueries({
|
||||||
queryKey: ordersQueryKeys.changes(id),
|
queryKey: ordersQueryKeys.changes(orderId),
|
||||||
})
|
})
|
||||||
options?.onSuccess?.(data, variables, context)
|
options?.onSuccess?.(data, variables, context)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user