From 2e7b8ff5841b750b707338a207f8a7db2933bda1 Mon Sep 17 00:00:00 2001 From: Edmond De Los Reyes Date: Thu, 13 Feb 2025 14:41:50 +0000 Subject: [PATCH] Comment from input tag that cause issue of looping company list --- src/client/components/RoutedInput/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/components/RoutedInput/index.jsx b/src/client/components/RoutedInput/index.jsx index a160e318432..b9a251c895c 100644 --- a/src/client/components/RoutedInput/index.jsx +++ b/src/client/components/RoutedInput/index.jsx @@ -66,7 +66,6 @@ const RoutedInput = ({ writeQs() } }} - onBlur={writeQs} /> ) }