folder-selection
This commit is contained in:
@@ -440,7 +440,7 @@ const DocumentsTable = ({
|
||||
onRowSelection(rowKey, event);
|
||||
}
|
||||
|
||||
if (entry.type === EntryType.document) {
|
||||
if (entry.type === EntryType.document) {
|
||||
if (typeof onOpenDetailPanel === 'function') {
|
||||
onOpenDetailPanel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user