mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-23 01:00:41 +08:00
4.8.1 test-fix (#1561)
This commit is contained in:
@@ -175,7 +175,7 @@ export const pluginData2FlowNodeIO = (
|
||||
};
|
||||
|
||||
export const formatEditorVariablePickerIcon = (
|
||||
variables: { key: string; label: string; type?: `${VariableInputEnum}` }[]
|
||||
variables: { key: string; label: string; type?: `${VariableInputEnum}`; required?: boolean }[]
|
||||
): EditorVariablePickerType[] => {
|
||||
return variables.map((item) => ({
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user