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 = () => { <>