From 11afd491bde8bb146d1af68cb96c7a1eae6f10d7 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 19:55:18 +0100 Subject: [PATCH] fix: Wrap handleAddDomain call in arrow function for ActionButton --- 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 bfdccd0..e4a7129 100755 --- a/frontend/src/app/command/watchlist/page.tsx +++ b/frontend/src/app/command/watchlist/page.tsx @@ -358,7 +358,7 @@ export default function WatchlistPage() { className="flex-1" /> handleAddDomain({} as React.FormEvent)} disabled={adding || !newDomain.trim() || !canAddMore} icon={adding ? Loader2 : Plus} >