#433 - fix broken conversation page
This commit is contained in:
parent
4cec0d589d
commit
6a9159b255
3 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
<template>
|
||||
<conversation :collapsable="false" :statusoid="statusoid"></conversation>
|
||||
<conversation
|
||||
:collapsable="false"
|
||||
isPage="true"
|
||||
:statusoid="statusoid"
|
||||
></conversation>
|
||||
</template>
|
||||
|
||||
<script src="./conversation-page.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue