fix(wizard): remove invalid orientation prop from ProgressStepper
All checks were successful
Staging Build / build (push) Successful in 3m0s
All checks were successful
Staging Build / build (push) Successful in 3m0s
This commit is contained in:
@@ -866,7 +866,7 @@ export function OrderWizard({
|
||||
Bestell-Wizard
|
||||
</p>
|
||||
</div>
|
||||
<ProgressStepper step={step} basketItemsCount={basketItems.length} orientation="vertical" />
|
||||
<ProgressStepper step={step} basketItemsCount={basketItems.length} />
|
||||
|
||||
{/* Step 3 Categories inside left sidebar */}
|
||||
{step === 3 && (
|
||||
|
||||
Reference in New Issue
Block a user