folder-selection

This commit is contained in:
2025-11-01 23:37:12 +01:00
parent 16ac16cd30
commit 0b8f856876
4 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ const DocumentsTable = ({
onRowSelection(rowKey, event);
}
if (entry.type === EntryType.document) {
if (entry.type === EntryType.document) {
if (typeof onOpenDetailPanel === 'function') {
onOpenDetailPanel();
}