fix: Render line-breaks properly in messages (#2699)

This commit is contained in:
Pranav Raj S
2021-08-02 08:24:08 +05:30
committed by GitHub
parent bfa00cc12d
commit 5b3339cd33
4 changed files with 7 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
export default {
props: {
emailAttributes: {
type: Array,
type: Object,
default: () => ({}),
},
isIncoming: {