WIP: 6367-blankNotification #1903

Draft
pablone wants to merge 11 commits from 6367-blankNotification into dev
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 0d85e89dc1 - Show all commits

View File

@ -6,15 +6,15 @@ module.exports = {
'email-body': emailBody.build() 'email-body': emailBody.build()
}, },
props: { props: {
subject: {
type: String
},
title: { title: {
type: String, type: String,
required: true required: true
}, },
text: { text: {
type: String type: String
},
subject: {
type: String
} }
} }
}; };