We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a726726 commit d321a80Copy full SHA for d321a80
components/dixa/actions/add-message/add-message.mjs
@@ -52,7 +52,7 @@ export default {
52
conversationId: this.conversationId,
53
data: {
54
content: {
55
- agentId: this.direction === "Outbound"
+ agentId: this.direction !== "Outbound"
56
? this.agentId
57
: undefined,
58
value: this.content,
0 commit comments