Skip to content

Commit

Permalink
fix(MessageBody): pass actorId and actorType as props to the component
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Apr 20, 2024
1 parent b723998 commit 4418f49
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ export default {
type: String,
required: true,
},
actorId: {
type: String,
required: true,
},
actorType: {
type: String,
required: true,
},
parent: {
type: Object,
default: undefined,
Expand Down

0 comments on commit 4418f49

Please sign in to comment.