mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Followed Matts suggestion with the push
This commit is contained in:
parent
7990879fc8
commit
b556a601ce
@ -73,11 +73,11 @@ export default {
|
|||||||
'other',
|
'other',
|
||||||
]
|
]
|
||||||
let reasonCategoryOptions = []
|
let reasonCategoryOptions = []
|
||||||
valuesReasonCategoryOptions.forEach((reasonCategory, index) => {
|
valuesReasonCategoryOptions.forEach(reasonCategory => {
|
||||||
reasonCategoryOptions[index] = {
|
reasonCategoryOptions.push({
|
||||||
label: this.$t('report.reason.category.options.' + reasonCategory),
|
label: this.$t('report.reason.category.options.' + reasonCategory),
|
||||||
value: reasonCategory,
|
value: reasonCategory,
|
||||||
}
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user