0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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>