diff --git a/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx b/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx index e4fde742..5b7fd99d 100644 --- a/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx +++ b/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx @@ -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 >