API Key: UX Fixes and adjustments post the dashboard updates

This commit is contained in:
vinodkiran
2023-11-21 18:40:20 +05:30
parent b1f5f52567
commit c716c1972a
2 changed files with 21 additions and 16 deletions
+1
View File
@@ -1161,6 +1161,7 @@ export class App {
chatflows.map((cf) => {
linkedChatFlows.push({
flowName: cf.name,
category: cf.category,
updatedDate: cf.updatedDate
})
})