0
1
Fork 0

Small fix

This commit is contained in:
William Buezas 2024-09-02 16:29:18 -03:00
parent 7026e3416f
commit 723a977ecd
1 changed files with 1 additions and 1 deletions

View File

@ -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' }"
/> />