mirror of https://github.com/kortix-ai/suna.git
feat: agent scheduling
This commit is contained in:
parent
8ac2b9ba11
commit
974febad44
|
@ -1187,7 +1187,7 @@ export const AgentKnowledgeBaseManager = ({ agentId, agentName }: AgentKnowledge
|
||||||
<AlertDialogCancel>Cancel</AlertDialogCancel>
|
<AlertDialogCancel>Cancel</AlertDialogCancel>
|
||||||
<AlertDialogAction
|
<AlertDialogAction
|
||||||
onClick={() => deleteEntryId && handleDelete(deleteEntryId)}
|
onClick={() => deleteEntryId && handleDelete(deleteEntryId)}
|
||||||
className="bg-destructive text-destructive-foreground hover:bg-destructive/90"
|
className="bg-destructive hover:bg-destructive/90"
|
||||||
>
|
>
|
||||||
Delete Entry
|
Delete Entry
|
||||||
</AlertDialogAction>
|
</AlertDialogAction>
|
||||||
|
|
Loading…
Reference in New Issue