Sfoglia il codice sorgente

fix: tool's file input display string (#10887)

tags/0.12.0
非法操作 11 mesi fa
parent
commit
f3af7b5f35
Nessun account collegato all'indirizzo email del committer

+ 2
- 0
web/app/components/workflow/nodes/tool/components/input-var-list.tsx Vedi File

@@ -46,6 +46,8 @@ const InputVarList: FC<Props> = ({
const paramType = (type: string) => {
if (type === FormTypeEnum.textNumber)
return 'Number'
else if (type === FormTypeEnum.file)
return 'File'
else if (type === FormTypeEnum.files)
return 'Files'
else if (type === FormTypeEnum.select)

Loading…
Annulla
Salva