diff --git a/ghost/portal/src/components/pages/AccountPlanPage.js b/ghost/portal/src/components/pages/AccountPlanPage.js index e5a0332a4a..771b4cbc03 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.js @@ -167,7 +167,7 @@ const PlanConfirmationSection = ({plan, type, onConfirm}) => { value={reason} onChange={e => setReason(e.target.value)} rows="2" - maxlength="500" + maxLength="500" />