feat(FN-3567): sync allowParallelExecution runtime toggle
Fixes FN-3567 by synchronizing the `allowParallelExecution` runtime toggle in the AgentDetailView component, adding one line to keep the setting in sync. Fusion-Task-Id: FN-3567
This commit is contained in:
@@ -1473,17 +1473,6 @@ export function Header({
|
||||
</button>
|
||||
)}
|
||||
|
||||
{!isCompact && todosEnabled && onOpenTodos && (
|
||||
<button
|
||||
className={`btn-icon${todosOpen ? " btn-icon--active" : ""}`}
|
||||
onClick={onOpenTodos}
|
||||
title="Open todos"
|
||||
data-testid="todos-toggle-btn"
|
||||
>
|
||||
<CheckSquare size={16} />
|
||||
</button>
|
||||
)}
|
||||
|
||||
{/* Git Manager button - desktop only (moved to overflow on mobile/tablet) */}
|
||||
{!isCompact && onOpenGitManager && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user