forked from verdnatura/hedera-web
Show always confirm button in stepper
This commit is contained in:
parent
221d0e7b8c
commit
52e45b93a0
|
@ -496,7 +496,7 @@ watch(
|
|||
</QTooltip>
|
||||
</QBtn>
|
||||
<QBtn
|
||||
v-if="showNavigationButtons"
|
||||
v-if="showNavigationButtons || currentStep === 'confirm'"
|
||||
@click="onNextStep(stepIndex)"
|
||||
:color="currentStep === 'confirm' ? 'accent ' : 'primary'"
|
||||
:icon="
|
||||
|
|
Loading…
Reference in New Issue