fix(front): navigating to registration request not showing anything (#1836)
This commit is contained in:
parent
0551af5042
commit
e588a72820
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/1836.bugfix
Normal file
1
changes/changelog.d/1836.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix navigating to registration request not showing anything (#1836)
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
<template v-if="object">
|
||||
<div class="ui vertical stripe segment">
|
||||
<user-request-card :obj="object" />
|
||||
<user-request-card :init-obj="object" />
|
||||
</div>
|
||||
</template>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue