From 10a6fbba4182f1a1fe013a960c2b09af41c4c7bb Mon Sep 17 00:00:00 2001 From: mytharcher Date: Wed, 16 Apr 2025 21:47:18 +0800 Subject: [PATCH] fix(plugin-workflow-manual): fix merge error --- .../@nocobase/plugin-workflow-manual/src/client/WorkflowTodo.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-workflow-manual/src/client/WorkflowTodo.tsx b/packages/plugins/@nocobase/plugin-workflow-manual/src/client/WorkflowTodo.tsx index 628dceaab3..5a90d0daad 100644 --- a/packages/plugins/@nocobase/plugin-workflow-manual/src/client/WorkflowTodo.tsx +++ b/packages/plugins/@nocobase/plugin-workflow-manual/src/client/WorkflowTodo.tsx @@ -49,7 +49,6 @@ import WorkflowPlugin, { useFlowContext, EXECUTION_STATUS, WorkflowTitle, - TASK_STATUS, usePopupRecordContext, } from '@nocobase/plugin-workflow/client';