Skip to content

Commit 391fdb8

Browse files
ivasilovawaseem
andauthored
feat: Add a note when upgrading from free to paid plan. (supabase#37631)
Add a note when upgrading from free to paid plan. Co-authored-by: Ali Waseem <[email protected]>
1 parent 22049dd commit 391fdb8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

apps/studio/components/interfaces/Organization/BillingSettings/Subscription/SubscriptionPlanUpdateDialog.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,19 @@ export const SubscriptionPlanUpdateDialog = ({
672672
</div>
673673
))}
674674
</div>
675+
676+
{currentPlanMeta.id === 'free' && selectedTier !== 'tier_free' && (
677+
<div className="mb-4">
678+
<Admonition type="note">
679+
<p>
680+
Please note: Existing support cases will remain in the Free support
681+
queue after your subscription is upgraded. For faster assistance under
682+
your new plan, please open a new support case once the upgrade is
683+
complete.
684+
</p>
685+
</Admonition>
686+
</div>
687+
)}
675688
</div>
676689
)}
677690
</div>

0 commit comments

Comments
 (0)