fixed import error permanently showing

This commit is contained in:
vabene1111
2025-07-06 13:14:23 +02:00
parent d39d5d4cbf
commit feb6107c79

View File

@@ -168,7 +168,7 @@
<v-stepper-actions>
<template #prev>
<v-btn @click="stepper = 'type'">{{ $t('Back') }}</v-btn>
<v-btn @click="stepper = 'type'; importResponse = {}">{{ $t('Back') }}</v-btn>
</template>
<template #next>
<v-btn @click="loadRecipeFromUrl({url: importUrl})" v-if="importType == 'url'" :disabled="importUrl == ''" :loading="loading">{{