fix: update dynamic select handling to include 'select' type

pull/21425/head
Yeuoly 11 months ago
parent abd8f5bfab
commit cd9c93032c

@ -63,8 +63,8 @@ const InputVarList: FC<Props> = ({
return 'ModelSelector'
else if (type === FormTypeEnum.toolSelector)
return 'ToolSelector'
else if (type === FormTypeEnum.dynamicSelect)
return 'DynamicSelect'
else if (type === FormTypeEnum.dynamicSelect || type === FormTypeEnum.select)
return 'Select'
else
return 'String'
}

Loading…
Cancel
Save