We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fccf17 commit a726726Copy full SHA for a726726
components/dixa/actions/add-message/add-message.mjs
@@ -43,7 +43,7 @@ export default {
43
},
44
45
async additionalProps(props) {
46
- props.agentId.hidden = !(this.direction === "Outbound");
+ props.agentId.hidden = this.direction !== "Outbound";
47
return {};
48
49
async run({ $ }) {
0 commit comments