API Key: Changes to API Key Dashboard to show usage details (chatflows)

This commit is contained in:
vinodkiran
2023-11-20 13:03:28 +05:30
parent 28f5d94c13
commit a4a1e7d562
2 changed files with 131 additions and 76 deletions
+2 -1
View File
@@ -1147,7 +1147,8 @@ export class App {
const linkedChatFlows: any[] = []
chatflows.map((cf) => {
linkedChatFlows.push({
flowName: cf.name
flowName: cf.name,
updatedDate: cf.updatedDate
})
})
key.chatFlows = linkedChatFlows