Skip to content

Commit

Permalink
delete run label (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihiragarwal24 authored Jul 18, 2023
1 parent d631120 commit aeeb1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/pages/Content/Agents/AgentWorkspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default function AgentWorkspace({agentId, agentName, selectedView, agents
}}>Resume</li>}
{agentExecutions && agentExecutions.length > 1 && <li className="dropdown_item" onClick={() => {
updateRunStatus("TERMINATED")
}}>Delete</li>}
}}>Delete Run</li>}

{agent && agent.is_scheduled ? (<div>
<li className="dropdown_item" onClick={handleEditScheduleClick}>Edit Schedule</li>
Expand Down

0 comments on commit aeeb1db

Please sign in to comment.