Update chat workflow mode display using workflowSelectionMode
This commit is contained in:
@@ -1732,8 +1732,8 @@ async function createNewChat() {
|
||||
</span>
|
||||
)}
|
||||
<span className="header-subtle">
|
||||
{chatWorkflowSelection.mode === 'automatic'
|
||||
? 'Flow: Automatic'
|
||||
{workflowSelectionMode !== 'manual'
|
||||
? 'Workflow: Auto'
|
||||
: `Flow: ${selectedWorkflow?.name || 'Direct'}`}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user