|
|
|
@@ -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> |
|
|
|
|