diff --git a/print/templates/email/blank-notification/blank-notification.js b/print/templates/email/blank-notification/blank-notification.js index 7ac4e8609..9ceb742ea 100755 --- a/print/templates/email/blank-notification/blank-notification.js +++ b/print/templates/email/blank-notification/blank-notification.js @@ -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 } } };