We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
notification emails are broken out by character. see picture.
notification emails look like [ "email@example.com" ]
notification emails look like ['e', 'm', 'a', 'i', 'l', '@', 'e', 'x', 'a', 'm', 'p', 'l', 'e', '.', 'c', 'o', 'm']
notification_emails
The text was updated successfully, but these errors were encountered:
This behavior only seems to happen on test fixtures, not on actual sources loaded via the UI
Sorry, something went wrong.
cmhedrickREI
No branches or pull requests
notification emails are broken out by character. see picture.
How to reproduce
Expected behavior
notification emails look like [ "email@example.com" ]
Actual behavior
notification emails look like ['e', 'm', 'a', 'i', 'l', '@', 'e', 'x', 'a', 'm', 'p', 'l', 'e', '.', 'c', 'o', 'm']
Sketch
notification_emails
to be a Array of Strings instead.The text was updated successfully, but these errors were encountered: