fix(front): navigating to registration request not showing anything (#1836)
This commit is contained in:
parent
0551af5042
commit
e588a72820
|
@ -0,0 +1 @@
|
||||||
|
Fix navigating to registration request not showing anything (#1836)
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue