mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
Pass group associations as second param
This commit is contained in:
parent
1583667d5c
commit
548c77aebf
@ -660,7 +660,8 @@ module.exports = {
|
||||
const { repeatable, group, min, max } = attribute;
|
||||
|
||||
const cmp = this.generateMainComponent(
|
||||
strapi.groups[group].attributes
|
||||
strapi.groups[group].attributes,
|
||||
strapi.groups[group].associations
|
||||
);
|
||||
|
||||
if (repeatable) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user