From eafca94b60b2cbeaf8df4307e99499d566ce915b Mon Sep 17 00:00:00 2001 From: zhaowei Date: Thu, 5 Jun 2025 13:49:06 +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=A0is=5Fpublic=E5=8F=82?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx b/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx index 5b7fd99d..883ab49c 100644 --- a/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx +++ b/react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx @@ -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: {