diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index 8d9f8f5..21d3042 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -89,7 +89,7 @@ export function OrderWizard({ initialOrder?: Order | null }) { const router = useRouter() - const [step, setStep] = useState(1) + const [step, setStep] = useState(initialOrder ? 3 : 1) const [isSubmitting, setIsSubmitting] = useState(false) // Partner-Profil (Fallback)