This commit is contained in:
2025-11-02 04:40:07 +01:00
parent f7b274c1ec
commit e7e7881772
13 changed files with 560 additions and 243 deletions
+1 -2
View File
@@ -215,12 +215,11 @@ const DetailPanel = ({
}))
: [];
const documentLabel = detailSummary.title || 'Document';
return [
...normalizedSegments,
{
id: singleDoc.id || 'current-document',
label: documentLabel,
label: detailSummary.title,
},
];
}, [selectedCount, singleDoc, resolveFolderPath, detailSummary, onFolderNavigate]);