Explorar o código

fix: bug#8940

xieyonghong %!s(int64=3) %!d(string=hai) anos
pai
achega
e405e69fd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();