fix(build): korrigiere mutate-Aufruf - oRPC Mutation erwartet direktes Objekt, kein input-Wrapper
This commit is contained in:
@@ -88,7 +88,7 @@ export default function BookingStatusPage({ token }: BookingStatusPageProps) {
|
|||||||
const handleCancel = () => {
|
const handleCancel = () => {
|
||||||
setIsCancelling(true);
|
setIsCancelling(true);
|
||||||
setCancellationResult(null);
|
setCancellationResult(null);
|
||||||
cancelMutation.mutate({ input: { token } });
|
cancelMutation.mutate({ token });
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
|
Reference in New Issue
Block a user