Show always confirm button in stepper

This commit is contained in:
William Buezas 2024-12-03 13:08:13 -03:00
parent 221d0e7b8c
commit 52e45b93a0
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ watch(
</QTooltip> </QTooltip>
</QBtn> </QBtn>
<QBtn <QBtn
v-if="showNavigationButtons" v-if="showNavigationButtons || currentStep === 'confirm'"
@click="onNextStep(stepIndex)" @click="onNextStep(stepIndex)"
:color="currentStep === 'confirm' ? 'accent ' : 'primary'" :color="currentStep === 'confirm' ? 'accent ' : 'primary'"
:icon=" :icon="