diff --git a/packages/strapi-plugin-documentation/services/Documentation.js b/packages/strapi-plugin-documentation/services/Documentation.js index a4106af45f..6b13d517ce 100755 --- a/packages/strapi-plugin-documentation/services/Documentation.js +++ b/packages/strapi-plugin-documentation/services/Documentation.js @@ -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) {