mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
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)
This commit is contained in:
@@ -38,7 +38,7 @@ export function SideBar({ dataset: data }: PropType) {
|
||||
{
|
||||
icon: <LucideFolderOpen className="size-[1em]" />,
|
||||
label: t(`knowledgeDetails.subbarFiles`),
|
||||
key: Routes.DatasetBase,
|
||||
key: Routes.Files,
|
||||
},
|
||||
{
|
||||
icon: <LucideTextSearch className="size-[1em]" />,
|
||||
|
||||
Reference in New Issue
Block a user