diff --git a/packages/plugins/@nocobase/plugin-workflow/src/client/nodes/request.tsx b/packages/plugins/@nocobase/plugin-workflow/src/client/nodes/request.tsx index 2807028f52..ae71840d3d 100644 --- a/packages/plugins/@nocobase/plugin-workflow/src/client/nodes/request.tsx +++ b/packages/plugins/@nocobase/plugin-workflow/src/client/nodes/request.tsx @@ -2,7 +2,7 @@ import { ArrayItems } from '@formily/antd-v5'; import { defaultFieldNames } from '@nocobase/client'; import { NAMESPACE } from '../locale'; -import { WorkflowVariableInput } from '../variable'; +import { WorkflowVariableInput, WorkflowVariableJSON } from '../variable'; export default { title: `{{t("HTTP request", { ns: "${NAMESPACE}" })}}`, @@ -172,6 +172,7 @@ export default { components: { ArrayItems, WorkflowVariableInput, + WorkflowVariableJSON, }, useVariables({ key, title }, { types, fieldNames = defaultFieldNames }) { return {