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',
|
||||
]
|
||||
let reasonCategoryOptions = []
|
||||
valuesReasonCategoryOptions.forEach((reasonCategory, index) => {
|
||||
reasonCategoryOptions[index] = {
|
||||
valuesReasonCategoryOptions.forEach(reasonCategory => {
|
||||
reasonCategoryOptions.push({
|
||||
label: this.$t('report.reason.category.options.' + reasonCategory),
|
||||
value: reasonCategory,
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user