mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
some fixes for i18n:extract
This commit is contained in:
parent
cba6fa361e
commit
1ca37aa589
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<v-icon icon="i-mdi:file-check-outline" />
|
||||
</template>
|
||||
|
||||
<template #[`item.analysisStatus`]="{ item }: { item: BookImport }">
|
||||
<template #[`item.analysisStatus`]="{ item }">
|
||||
<v-progress-circular
|
||||
v-if="item.transientBook.status === MediaStatus.UNKNOWN.valueOf()"
|
||||
indeterminate
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
>
|
||||
<LibraryFormStepMetadata v-model="model" />
|
||||
|
||||
<template #next=""></template>
|
||||
<template #next="{}"></template>
|
||||
|
||||
<template #prev="{ prev }">
|
||||
<v-btn
|
||||
|
|
|
|||
Loading…
Reference in a new issue