#7750 - first-beta-review #95
|
@ -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