mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
check name and root library are set in stepper
This commit is contained in:
parent
6ee981c970
commit
e111b2f970
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
<template #next="{ next }">
|
||||
<v-btn
|
||||
color="primary"
|
||||
:disabled="!model.name || !model.root"
|
||||
@click="next"
|
||||
></v-btn>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue