From 459d9b5842659072a1185ba15d6a828f1fe0b798 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 29 Jan 2026 14:59:47 +0800 Subject: [PATCH] chore: not show upgrade to sandbox --- web/app/components/workflow-app/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow-app/index.tsx b/web/app/components/workflow-app/index.tsx index a805019d07..3e5de7d8ef 100644 --- a/web/app/components/workflow-app/index.tsx +++ b/web/app/components/workflow-app/index.tsx @@ -172,6 +172,7 @@ const WorkflowAppWithAdditionalContext = () => { } = useWorkflowInit() const workflowStore = useWorkflowStore() const { isLoadingCurrentWorkspace, currentWorkspace } = useAppContext() + const notSupportMigration = true // wait for backend support const [showMigrationModal, setShowMigrationModal] = useState(false) const lastCheckedAppIdRef = useRef(null) @@ -365,7 +366,7 @@ const WorkflowAppWithAdditionalContext = () => { <>