Added missing type to new change product section

refs https://github.com/TryGhost/Team/issues/877

- adds missing type to new change product section which caused CSS issues
This commit is contained in:
Rishabh 2021-08-19 12:30:25 +05:30
parent 1093436953
commit 66a2fc1e68

View File

@ -645,7 +645,9 @@ export function MultipleProductsPlansSection({products, selectedPlan, onPlanSele
<section className="gh-portal-plans">
<div>
<ChangeProductSection
type='changePlan'
products={products}
selectedPlan={selectedPlan}
onPlanSelect={onPlanSelect}
/>
</div>