xieyonghong пре 3 година
родитељ
комит
e405e69fd9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/SearchComponent/index.tsx

+ 1 - 1
src/components/SearchComponent/index.tsx

@@ -336,7 +336,7 @@ const SearchComponent = <T extends Record<string, any>>(props: Props<T>) => {
           });
         },
       }),
-    [target, expand],
+    [target, expand, initParams],
   );
 
   const historyForm = createForm();