Skip to content

Commit

Permalink
Merge pull request #1083 from dpc-sdp/bugfix/SRM-1284-fix-search-list…
Browse files Browse the repository at this point in the history
…ing-secondary-campaign

[SRM-1284] use tide version of secondary campaign
  • Loading branch information
dylankelly authored Mar 21, 2024
2 parents 867c7bf + 98dbb44 commit c301112
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@ watch(
</template>
<template #belowBody>
<RplPageComponent v-if="contentPage.secondaryCampaign">
<RplSecondaryCampaign v-bind="contentPage.secondaryCampaign as any" />
<TideLandingPageSecondaryCampaignBanner
:campaign="contentPage.secondaryCampaign"
/>
</RplPageComponent>
</template>
</TideBaseLayout>
Expand Down

0 comments on commit c301112

Please sign in to comment.