From f2ba7b9a11b0b46163649f1205270d5202d8816f Mon Sep 17 00:00:00 2001 From: yms Date: Fri, 25 Apr 2025 15:06:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Setting/Flow/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Setting/Flow/index.tsx b/src/pages/Setting/Flow/index.tsx index f837ec8..0a282bf 100644 --- a/src/pages/Setting/Flow/index.tsx +++ b/src/pages/Setting/Flow/index.tsx @@ -447,7 +447,7 @@ const Flow = () => { const onSave = () => { const metaData = - mode === "view" + mode === "edit" ? { ...flowMetaData.current, originalData: JSON.stringify(originalXNodesData.current), @@ -757,7 +757,7 @@ const Flow = () => {