fix: model instances always update by cache

This commit is contained in:
jialin
2025-05-30 11:23:25 +08:00
parent 40020df865
commit 283189a17c
3 changed files with 12 additions and 18 deletions
+8 -1
View File
@@ -503,7 +503,14 @@ const Models: React.FC<ModelsProps> = ({
// ignore
}
},
[handleEdit, handleOpenPlayGround, handleDelete, expandedRowKeys]
[
handleEdit,
handleOpenPlayGround,
handleDelete,
onStop,
onStart,
expandedRowKeys
]
);
const handleChildSelect = useCallback(