From 8259739150f10a81dd48314a477f549013d14d91 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Sun, 28 Sep 2025 17:12:37 +0100 Subject: [PATCH] Adds 200 and 500 % billing alert options --- .../route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx b/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx index a67a9b02ea..eb0a8138b0 100644 --- a/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx +++ b/apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx @@ -181,7 +181,7 @@ export default function Page() { const fieldValues = useRef(alerts.emails); const emailFields = useFieldList(form.ref, { ...emails, defaultValue: alerts.emails }); - const checkboxLevels = [0.75, 0.9, 1.0]; + const checkboxLevels = [0.75, 0.9, 1.0, 2.0, 5.0]; useEffect(() => { if (alerts.emails.length > 0) {