Wrong type was passed into component
This commit is contained in:
@@ -89,7 +89,7 @@ const TEMPLATE = `
|
|||||||
<comment
|
<comment
|
||||||
v-for="c in comment.replies"
|
v-for="c in comment.replies"
|
||||||
@unit-of-work="childUnitOfWork"
|
@unit-of-work="childUnitOfWork"
|
||||||
isReply=true
|
:isReply="true"
|
||||||
:readOnly="readOnly"
|
:readOnly="readOnly"
|
||||||
:comment="c"
|
:comment="c"
|
||||||
:user="user"
|
:user="user"
|
||||||
|
Reference in New Issue
Block a user