Added tiers to billing config and related UI

This commit is contained in:
giancarlo
2024-04-06 11:41:50 +08:00
parent 9492b035a0
commit a1d86d2b7d
7 changed files with 1196 additions and 1039 deletions

View File

@@ -214,6 +214,10 @@ export function PlanPicker(
plan.id,
);
if (!baseLineItem) {
throw new Error(`Base line item was not found`);
}
return (
<RadioGroupItemLabel
selected={field.value === plan.id}