Skip to content

Commit

Permalink
fix(step-details): next step button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenibir committed Sep 20, 2023
1 parent 2e13540 commit cc7875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/proposals/create/StepDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ widget
creation-stepper(
:activeStepIndex="stepIndex"
:steps="steps"
:nextDisabled="canGoNext"
:nextDisabled="!canGoNext"
@publish="$emit('publish')"
@save="$emit('save')"
@next="$emit('next')"
Expand Down

0 comments on commit cc7875f

Please sign in to comment.