diff --git a/src/App.jsx b/src/App.jsx index ae29644..e061da3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1965,12 +1965,14 @@ async function createNewChat() { libraries={libraries} setChatLibraryForSession={setChatLibraryForSession} /> - setChatWorkflowForSession(activeSessionId, nextSelection)} - /> + {workflowSelectionMode === 'manual' && ( + setChatWorkflowForSession(activeSessionId, nextSelection)} + /> + )}