File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
docs/data/material/components/steppers Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,11 @@ export default function HorizontalNonLinearStepper() {
6464 < Stepper nonLinear activeStep = { activeStep } >
6565 { steps . map ( ( label , index ) => (
6666 < Step key = { label } completed = { completed [ index ] } >
67- < StepButton aria-controls = "stepper-content" color = "inherit" onClick = { handleStep ( index ) } >
67+ < StepButton
68+ aria-controls = "stepper-content"
69+ color = "inherit"
70+ onClick = { handleStep ( index ) }
71+ >
6872 { label }
6973 </ StepButton >
7074 </ Step >
Original file line number Diff line number Diff line change @@ -66,7 +66,11 @@ export default function HorizontalNonLinearStepper() {
6666 < Stepper nonLinear activeStep = { activeStep } >
6767 { steps . map ( ( label , index ) => (
6868 < Step key = { label } completed = { completed [ index ] } >
69- < StepButton aria-controls = 'stepper-content' color = "inherit" onClick = { handleStep ( index ) } >
69+ < StepButton
70+ aria-controls = "stepper-content"
71+ color = "inherit"
72+ onClick = { handleStep ( index ) }
73+ >
7074 { label }
7175 </ StepButton >
7276 </ Step >
You can’t perform that action at this time.
0 commit comments