fix: cache current list query params

This commit is contained in:
jialin
2026-01-15 16:20:05 +08:00
parent 6445061836
commit 0a9cc1e17a
3 changed files with 27 additions and 8 deletions
@@ -68,6 +68,7 @@ const ModelFiles = () => {
deleteAPI: deleteModelFile,
API: MODEL_FILES_API,
watch: true,
updateManually: true,
contentForDelete: 'resources.modelfiles.modelfile'
});
const intl = useIntl();