···2929 const config = searchParams.get("config") || form.getValues("data.pagerduty");
30303131 const result = PagerDutySchema.safeParse(JSON.parse(config || ""));
3232- // We should fix that but that's not working for editing pagerduty notifications
3232+3333 if (result.success === false) {
3434 return null;
3535 }