From cd4071149bbea375bdefb1ab762859b719da156b Mon Sep 17 00:00:00 2001 From: zhaowei Date: Thu, 5 Jun 2025 11:43:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=87=BA=E5=88=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E6=B7=BB=E5=8A=A0owner=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/Experiment/components/ExportModelModal/index.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 >