From 073b89b355b3003ef8d93cd7f987962517110ce2 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 30 Mar 2026 14:18:10 -0700 Subject: [PATCH] make path the default --- .../[orgId]/settings/resources/proxy/[niceId]/rules/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[orgId]/settings/resources/proxy/[niceId]/rules/page.tsx b/src/app/[orgId]/settings/resources/proxy/[niceId]/rules/page.tsx index 2b6a16870..a3a7e0197 100644 --- a/src/app/[orgId]/settings/resources/proxy/[niceId]/rules/page.tsx +++ b/src/app/[orgId]/settings/resources/proxy/[niceId]/rules/page.tsx @@ -150,7 +150,7 @@ export default function ResourceRules(props: { resolver: zodResolver(addRuleSchema), defaultValues: { action: "ACCEPT", - match: "IP", + match: "PATH", value: "" } });