diff --git a/packages/plugins/@nocobase/plugin-workflow/src/client/Branch.tsx b/packages/plugins/@nocobase/plugin-workflow/src/client/Branch.tsx index 3b73520f4..cafee6cc8 100644 --- a/packages/plugins/@nocobase/plugin-workflow/src/client/Branch.tsx +++ b/packages/plugins/@nocobase/plugin-workflow/src/client/Branch.tsx @@ -9,11 +9,13 @@ export function Branch({ entry = null, branchIndex = null, controller = null, + className, }: { from?: any; entry?: any; branchIndex?: number | null; - controller?: any; + controller?: React.ReactNode; + className?: string; }) { const { styles } = useStyles(); @@ -23,7 +25,7 @@ export function Branch({ } return ( -