Bug Fix: Fix workflow knowledge retrieval cache bug (#23597)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
yunqiqiliang
2025-08-08 11:42:20 +08:00
committed by GitHub
parent 1c60b7f070
commit f73ec60311
3 changed files with 26 additions and 17 deletions

View File

@@ -3,9 +3,6 @@ const translation = {
welcome: 'आपका स्वागत है',
appUnavailable: 'ऐप उपलब्ध नहीं है',
appUnknownError: 'अज्ञात त्रुटि, कृपया पुनः प्रयास करें',
// @ts-expect-error TODO: fix this
appUnknownError: 'ऐप अनुपलब्ध है',
},
chat: {
newChat: 'नया चैट',