diff --git a/frontend/src/components/dashboard/dashboard-content.tsx b/frontend/src/components/dashboard/dashboard-content.tsx index 3a8d921f..8ddc3da4 100644 --- a/frontend/src/components/dashboard/dashboard-content.tsx +++ b/frontend/src/components/dashboard/dashboard-content.tsx @@ -411,7 +411,7 @@ export function DashboardContent() { hideAttachments={false} selectedAgentId={selectedAgentId} onAgentSelect={setSelectedAgent} - enableAdvancedConfig={false} + enableAdvancedConfig={!isStagingMode() && !isLocalMode()} onConfigureAgent={(agentId) => { setConfigAgentId(agentId); setShowConfigDialog(true);