Skip to content

Commit

Permalink
core: components: wizard: ActionStepper: Remove check if action is done
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jun 19, 2024
1 parent bc55b39 commit 7fe2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/wizard/ActionStepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<small v-if="config.message" :color="getStepColor(config)">Error: {{ config.message }}</small>
</v-stepper-step>
<v-checkbox
:input-value="!config.skip"
:input-value="!config.skip && !config.done"
class="step-checkbox"
:disabled="loading"
@change="config.skip = !$event"
Expand Down

0 comments on commit 7fe2b40

Please sign in to comment.