From cacb7f2c18fc68bf6e783dc03f24dde83489fc44 Mon Sep 17 00:00:00 2001
From: chanx <1243304602@qq.com>
Date: Fri, 8 May 2026 20:19:26 +0800
Subject: [PATCH] Fix: Route error in dataset files page (#14691)
### What problem does this PR solve?
Fix: Route error in dataset files page
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
---
web/src/pages/dataset/sidebar/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/pages/dataset/sidebar/index.tsx b/web/src/pages/dataset/sidebar/index.tsx
index 245645ac3b..15c25cb39c 100644
--- a/web/src/pages/dataset/sidebar/index.tsx
+++ b/web/src/pages/dataset/sidebar/index.tsx
@@ -38,7 +38,7 @@ export function SideBar({ dataset: data }: PropType) {
{
icon: ,
label: t(`knowledgeDetails.subbarFiles`),
- key: Routes.DatasetBase,
+ key: Routes.Files,
},
{
icon: ,