Skip to content

Commit

Permalink
Merge pull request #419 from kausaltech/feature/filter_umbrellaplan_i…
Browse files Browse the repository at this point in the history
…ndicators_by_common_cat

Use relatedPlanIndicators in umbrella plan. Filter by common categories.
  • Loading branch information
Bhavatu authored Oct 28, 2024
2 parents 4d6e56c + 793dfaf commit 697d689
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default async function ActionsPage({ params }: Props) {
leadContent={data.planPage.leadContent}
displayInsights={data.planPage.displayInsights}
displayLevel={data.planPage.displayLevel}
includeRelatedPlans={data.planPage?.includeRelatedPlans}
/>
);
}
66 changes: 64 additions & 2 deletions common/__generated__/graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 697d689

Please sign in to comment.