diff --git a/packages/leaders-program/src/graphql/queries/content-for-section.js b/packages/leaders-program/src/graphql/queries/content-for-section.js index b02a5a693..6905eca2b 100644 --- a/packages/leaders-program/src/graphql/queries/content-for-section.js +++ b/packages/leaders-program/src/graphql/queries/content-for-section.js @@ -73,6 +73,7 @@ query ContentForLeadersSection( teaser(input: { maxLength: 0 }) website promotions: relatedContent(input: { + withSite: false, queryTypes: [company], includeContentTypes: [Promotion], pagination: { limit: $promotionLimit },