mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
API Key: Changes to API Key Dashboard to show usage details (chatflows)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user