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()
},
props: {
subject: {
type: String
},
title: {
type: String,
required: true
},
text: {
type: String
},
subject: {
type: String
}
}
};