feat: agent scheduling

This commit is contained in:
Soumyadas15 2025-07-03 11:36:49 +05:30
parent 8ac2b9ba11
commit 974febad44
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ export const AgentKnowledgeBaseManager = ({ agentId, agentName }: AgentKnowledge
<AlertDialogCancel>Cancel</AlertDialogCancel>
<AlertDialogAction
onClick={() => deleteEntryId && handleDelete(deleteEntryId)}
className="bg-destructive text-destructive-foreground hover:bg-destructive/90"
className="bg-destructive hover:bg-destructive/90"
>
Delete Entry
</AlertDialogAction>