Skip to content

Commit 0597691

Browse files
authored
Adds 200 and 500 % billing alert options (#2571)
1 parent dae84a0 commit 0597691

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default function Page() {
181181
const fieldValues = useRef<string[]>(alerts.emails);
182182
const emailFields = useFieldList(form.ref, { ...emails, defaultValue: alerts.emails });
183183

184-
const checkboxLevels = [0.75, 0.9, 1.0];
184+
const checkboxLevels = [0.75, 0.9, 1.0, 2.0, 5.0];
185185

186186
useEffect(() => {
187187
if (alerts.emails.length > 0) {

0 commit comments

Comments
 (0)