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:
parent
1093436953
commit
66a2fc1e68
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue