Browse Source

fix: 导出到数据集添加is_public参数

pull/264/head
zhaowei 8 months ago
parent
commit
eafca94b60
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx

+ 1
- 0
react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx View File

@@ -122,6 +122,7 @@ function ExportModelModal({
...formData,
identifier: resource?.identifier,
owner: resource?.owner,
is_public: resource?.is_public,
name: resource?.name,
[config.sourceParamKey]: DataSource.HandExport,
train_task: {


Loading…
Cancel
Save