[fix]:[FL-87][修复TypeScript类型错误]
移除useEffect依赖数组中已删除的statusFilter变量引用 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -284,7 +284,7 @@ export default function AtpModelsPage() {
|
||||
return;
|
||||
}
|
||||
window.requestAnimationFrame(updateTableScrollY);
|
||||
}, [assetsQuery.error, keyword, statusFilter, assetItems.length, assetsQuery.isFetching, updateTableScrollY]);
|
||||
}, [assetsQuery.error, keyword, assetItems.length, assetsQuery.isFetching, updateTableScrollY]);
|
||||
|
||||
useEffect(() => {
|
||||
if (typeof window === "undefined") {
|
||||
|
||||
Reference in New Issue
Block a user