[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:
chengkai3
2026-06-12 22:50:28 +08:00
parent 474fd3d633
commit c06390efb0
+1 -1
View File
@@ -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") {