mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03: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:
parent
1093436953
commit
66a2fc1e68
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user