فهرست منبع

fix: bug#8940

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();