mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
add missing v-container in user create edit
This commit is contained in:
parent
2ea1e4a1a3
commit
7f7696958f
1 changed files with 237 additions and 235 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<v-container class="px-0">
|
||||
<template v-if="!user.id">
|
||||
<v-row>
|
||||
<v-col>
|
||||
|
|
@ -251,6 +252,7 @@
|
|||
</v-combobox>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
|
|
|||
Loading…
Reference in a new issue