From 1b45d23c66dd732bdb4c021e4aabc40a266eb174 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} >