From a4c8b4bd9aa1e8cb29a3f66ac27b6d9cd0b5dac9 Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 11 Apr 2026 09:03:10 +0200 Subject: [PATCH] fix: Syntax error in WorkflowEditorPage IIFE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QuestionAugmentationPanel und FallbackConfig waren außerhalb der IIFE. Müssen innerhalb sein, vor dem schließenden Fragment. Build lokal getestet: ✓ erfolgreich Co-Authored-By: Claude Opus 4.6 --- frontend/src/pages/WorkflowEditorPage.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/WorkflowEditorPage.jsx b/frontend/src/pages/WorkflowEditorPage.jsx index a00784a..08a486f 100644 --- a/frontend/src/pages/WorkflowEditorPage.jsx +++ b/frontend/src/pages/WorkflowEditorPage.jsx @@ -586,15 +586,13 @@ export default function WorkflowEditorPage() { textareaRef={inlineTemplateTextareaRef} /> )} + + + ) })()} - - - - )} - {selectedNode.type === 'logic' && ( <>