fix(wizard): remove invalid orientation prop from ProgressStepper
All checks were successful
Staging Build / build (push) Successful in 3m0s

This commit is contained in:
DanielS
2026-08-11 22:20:02 +02:00
parent f40268992d
commit 2750898524

View File

@@ -866,7 +866,7 @@ export function OrderWizard({
Bestell-Wizard Bestell-Wizard
</p> </p>
</div> </div>
<ProgressStepper step={step} basketItemsCount={basketItems.length} orientation="vertical" /> <ProgressStepper step={step} basketItemsCount={basketItems.length} />
{/* Step 3 Categories inside left sidebar */} {/* Step 3 Categories inside left sidebar */}
{step === 3 && ( {step === 3 && (