Fixed bug in VegetableProperties
This commit is contained in:
parent
abffdc9438
commit
dcc78c725b
2 changed files with 6 additions and 5 deletions
|
@ -181,9 +181,9 @@ class Vegetables {
|
|||
'Type',
|
||||
'Pictures',
|
||||
{
|
||||
model: models.vegetableProperties,
|
||||
as: 'Properties',
|
||||
include: ['Property']
|
||||
model: models.vegetableProperties,
|
||||
as: 'Properties',
|
||||
include: ['Property']
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue