accept status id instead of status obj as statusoid prop
This commit is contained in:
parent
e75ac9ddbc
commit
d7c68d408f
3 changed files with 11 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
<conversation
|
||||
:collapsable="false"
|
||||
is-page="true"
|
||||
:statusoid="statusoid"
|
||||
:statusoid="statusId"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue