forked from verdnatura/hedera-web
Small fix
This commit is contained in:
parent
7026e3416f
commit
723a977ecd
|
@ -436,7 +436,7 @@ onMounted(async () => {
|
||||||
flat
|
flat
|
||||||
color="primary"
|
color="primary"
|
||||||
@click="onPreviousStep(stepIndex)"
|
@click="onPreviousStep(stepIndex)"
|
||||||
:label="step.nextButtonLabel || t('back')"
|
:label="step.backButtonLabel || t('back')"
|
||||||
class="q-ml-sm"
|
class="q-ml-sm"
|
||||||
:class="{ invisible: currentStep === 'method' }"
|
:class="{ invisible: currentStep === 'method' }"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue