refactor(blank-notification): refs #6367 order props
This commit is contained in:
parent
6dff7d5115
commit
0d85e89dc1
|
@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue