mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
4.8.11 code perf (#2804)
* perf: support child layout * perf: user form ui * perf: plugin tool output code * perf: code * perf: node fold hook
This commit is contained in:
@@ -46,8 +46,8 @@ export const FormInputNode: FlowNodeTemplateType = {
|
||||
id: NodeOutputKeyEnum.formInputResult,
|
||||
key: NodeOutputKeyEnum.formInputResult,
|
||||
required: true,
|
||||
label: i18nT('app:workflow.form_input_result'),
|
||||
description: i18nT('app:workflow.form_input_result_tip'),
|
||||
label: i18nT('workflow:form_input_result'),
|
||||
description: i18nT('workflow:form_input_result_tip'),
|
||||
valueType: WorkflowIOValueTypeEnum.object,
|
||||
type: FlowNodeOutputTypeEnum.static
|
||||
}
|
||||
|
Reference in New Issue
Block a user