Followed Matts suggestion with the push

This commit is contained in:
Wolfgang Huß 2019-10-10 09:06:28 +02:00
parent 7990879fc8
commit b556a601ce

View File

@ -73,11 +73,11 @@ export default {
'other',
]
let reasonCategoryOptions = []
valuesReasonCategoryOptions.forEach((reasonCategory, index) => {
reasonCategoryOptions[index] = {
valuesReasonCategoryOptions.forEach(reasonCategory => {
reasonCategoryOptions.push({
label: this.$t('report.reason.category.options.' + reasonCategory),
value: reasonCategory,
}
})
})
return {