mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
fix(webui): dismissible alert on Book Import view
This commit is contained in:
parent
9860d4eaf5
commit
7f8a7f321d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<v-container fluid class="pa-6">
|
||||
<v-alert type="info" text class="body-2">
|
||||
<v-alert type="info" text class="body-2" dismissible>
|
||||
<div>{{ $t('book_import.info_part1') }}</div>
|
||||
<div class="mt-2">{{ $t('book_import.info_part2') }}</div>
|
||||
</v-alert>
|
||||
|
|
|
|||
Loading…
Reference in a new issue