Browse Source

fix: 模型部署跳转实验错误

pull/82/head
cp3hnu 1 year ago
parent
commit
0753030d9b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      react-ui/src/pages/Model/components/ModelEvolution/utils.tsx

+ 1
- 0
react-ui/src/pages/Model/components/ModelEvolution/utils.tsx View File

@@ -64,6 +64,7 @@ export type ModalDetail = {
export interface ModelDepsAPIData {
current_model_id: number;
version: string;
workflow_id: number;
exp_ins_id: number;
model_type: NodeType.children | NodeType.current | NodeType.parent;
current_model_name: string;


Loading…
Cancel
Save