diff --git a/apps/electron-frontend/src/components/workflow-editor/reactflow-input/reactflow-input.tsx b/apps/electron-frontend/src/components/workflow-editor/reactflow-input/reactflow-input.tsx index c4034f11..4dbd1dd0 100644 --- a/apps/electron-frontend/src/components/workflow-editor/reactflow-input/reactflow-input.tsx +++ b/apps/electron-frontend/src/components/workflow-editor/reactflow-input/reactflow-input.tsx @@ -30,7 +30,7 @@ function InputComponent({ if (Input.isList(input)) { if (name === 'image' || name === 'lora_name') { const options = getOptions(name, input[0]); - const hasRealValue = options[0].realValue; + const hasRealValue = options[0]?.realValue; return (