Browse Source

fix: bug#8940

xieyonghong 3 năm trước cách đây
mục cha
commit
e405e69fd9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();