From 61d14309eda4f8c7f9d024e4ecd3e47dea79b50d Mon Sep 17 00:00:00 2001 From: Junyi Date: Thu, 9 Nov 2023 20:40:27 +0800 Subject: [PATCH] fix(plugin-workflow): add missed component (#3007) --- .../@nocobase/plugin-workflow/src/client/nodes/request.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 2807028f5..ae71840d3 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 {