mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
169903f4b7
commit
a2b30e85bb
|
@ -411,7 +411,7 @@ export function DashboardContent() {
|
||||||
hideAttachments={false}
|
hideAttachments={false}
|
||||||
selectedAgentId={selectedAgentId}
|
selectedAgentId={selectedAgentId}
|
||||||
onAgentSelect={setSelectedAgent}
|
onAgentSelect={setSelectedAgent}
|
||||||
enableAdvancedConfig={false}
|
enableAdvancedConfig={!isStagingMode() && !isLocalMode()}
|
||||||
onConfigureAgent={(agentId) => {
|
onConfigureAgent={(agentId) => {
|
||||||
setConfigAgentId(agentId);
|
setConfigAgentId(agentId);
|
||||||
setShowConfigDialog(true);
|
setShowConfigDialog(true);
|
||||||
|
|
Loading…
Reference in New Issue