Browse Source

Merge pull request '合并' (#263) from dev-zw into dev-check

dev-check
cp3hnu 1 year ago
parent
commit
bb26e7291f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx

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

@@ -121,6 +121,7 @@ function ExportModelModal({
const params = {
...formData,
identifier: resource?.identifier,
owner: resource?.owner,
name: resource?.name,
[config.sourceParamKey]: DataSource.HandExport,
train_task: {
@@ -174,6 +175,8 @@ function ExportModelModal({
onChange={handleResourceChange}
options={resources}
fieldNames={{ label: 'name', value: 'id' }}
optionFilterProp="name"
showSearch
allowClear
></Select>
</Form.Item>


Loading…
Cancel
Save