Skip to content

Commit

Permalink
Merge pull request #675 from webitel/fix/web-chat-validation
Browse files Browse the repository at this point in the history
fix: small fix after test [WTEL-4327]
  • Loading branch information
liza-pohranichna authored May 27, 2024
2 parents 5bf6a99 + abc7fb3 commit 3006fc8
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 3006fc8

Please sign in to comment.