mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 01:52:16 +00:00
`requiredIf('isAnEmailInbox')` was not evaluated properly. This PR fixes
it by moving it to a method and using the `this.[variable]` pattern.