Skip to content

Commit

Permalink
Fix #6949: Stepper: onChangeStep function not initially set (#6982)
Browse files Browse the repository at this point in the history
* Fix #6949: Stepper: onChangeStep function not initially set

* Update components/lib/stepper/StepperBase.js

---------

Co-authored-by: Melloware <[email protected]>
  • Loading branch information
meddvedev and melloware authored Aug 3, 2024
1 parent 11126ad commit 2d4ed2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/stepper/StepperBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export const StepperBase = ComponentBase.extend({
__TYPE: 'Stepper',
activeStep: 0,
orientation: 'horizontal',
linear: false
linear: false,
onChangeStep: null
},
css: {
classes,
Expand Down

0 comments on commit 2d4ed2d

Please sign in to comment.