From 02891d582a362e8d8827e521ffaea7802c2dd283 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 20:24:32 +0100 Subject: [PATCH] fix: Wrap handleAddDomain in arrow function --- frontend/src/app/command/watchlist/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/command/watchlist/page.tsx b/frontend/src/app/command/watchlist/page.tsx index 4036950..db8201f 100755 --- a/frontend/src/app/command/watchlist/page.tsx +++ b/frontend/src/app/command/watchlist/page.tsx @@ -356,7 +356,7 @@ export default function WatchlistPage() { className="flex-1" /> handleAddDomain({} as React.FormEvent)} disabled={adding || !newDomain.trim() || !canAddMore} icon={adding ? Loader2 : Plus} >