Show always confirm button in stepper
This commit is contained in:
parent
221d0e7b8c
commit
52e45b93a0
|
@ -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="
|
||||||
|
|
Loading…
Reference in New Issue