fix(style): cluster state do not display

This commit is contained in:
jialin
2025-10-14 13:09:22 +08:00
parent 903500dcfa
commit 620c113fae
28 changed files with 200 additions and 198 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ const UserModels: React.FC = () => {
} = useTableFetch<any>({
fetchAPI: queryMyModels,
API: MY_MODELS_API,
watch: false
watch: false,
isInfiniteScroll: true
});
const intl = useIntl();