This commit is contained in:
wvffle 2022-07-25 20:52:15 +00:00 committed by Georg Krause
parent 4805842f89
commit 148adbf702
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</div> </div>
<template v-if="object"> <template v-if="object">
<div class="ui vertical stripe segment"> <div class="ui vertical stripe segment">
<user-request-card :obj="object" /> <user-request-card :init-obj="object" />
</div> </div>
</template> </template>
</main> </main>