Skip to content

Commit

Permalink
fix: small fix after test [WTEL-4327]
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-pohranichna committed May 27, 2024
1 parent 5bf6a99 commit abc7fb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default {
...defaults,
flow: {
required: requiredIf(() => {
return !this.itemInstance.metadata.chat.enabled
return this.itemInstance.metadata.chat.enabled
})
},
metadata: {
Expand Down

0 comments on commit abc7fb3

Please sign in to comment.