diff --git a/web/src/layouts/components/header/index.tsx b/web/src/layouts/components/header/index.tsx index ffecfb770..87a6d3bdc 100644 --- a/web/src/layouts/components/header/index.tsx +++ b/web/src/layouts/components/header/index.tsx @@ -29,7 +29,7 @@ const RagHeader = () => { { path: '/knowledge', name: t('knowledgeBase'), icon: KnowledgeBaseIcon }, { path: '/chat', name: t('chat'), icon: MessageOutlined }, { path: '/search', name: t('search'), icon: SearchOutlined }, - { path: '/agent-list', name: t('flow'), icon: GraphIcon }, + { path: '/flow', name: t('flow'), icon: GraphIcon }, { path: '/file', name: t('fileManager'), icon: FileIcon }, ], [t],