diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index 80db0a6ee1..f03fd0d637 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -165,7 +165,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel { DataResultTopComponent component = DataResultTopComponent.createInstance(title); - component.enableTreeMode(); + //component.enableTreeMode(); DataResultTopComponent.initInstance(pathText, tableFilterWithDescendantsNode, metadata.getFilesMap().size(), component);