From 34e3dd650b227e7b62c9874faa76ee1313b7e520 Mon Sep 17 00:00:00 2001 From: Chris Olson Date: Wed, 9 Sep 2026 12:58:28 -0400 Subject: [PATCH] Fix uncontrolled input warning on leads admin page Use defaultValue instead of value for the Loop Path input since it only saves on blur, not on every keystroke. Co-Authored-By: Claude Opus 4.6 --- src/app/(dashboard)/leads/admin/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(dashboard)/leads/admin/page.tsx b/src/app/(dashboard)/leads/admin/page.tsx index 3c51ea7..7d29690 100644 --- a/src/app/(dashboard)/leads/admin/page.tsx +++ b/src/app/(dashboard)/leads/admin/page.tsx @@ -163,7 +163,7 @@ export default function LeadsAdminPage() { e.target.value && saveConfig('prospecting_loop_path', e.target.value)} className="w-full text-xs border border-card-border rounded px-2 py-1.5 font-mono"