diff --git a/src/Explorer/Tree/SampleDataTree.tsx b/src/Explorer/Tree/SampleDataTree.tsx index 0bbd1cbb4..d30f3140e 100644 --- a/src/Explorer/Tree/SampleDataTree.tsx +++ b/src/Explorer/Tree/SampleDataTree.tsx @@ -30,16 +30,6 @@ export const SampleDataTree = ({ isExpanded: false, className: "sampleCollectionHeader", contextMenu: ResourceTreeContextMenuButtonFactory.createSampleCollectionContextMenuButton(), - // onClick: () => { - // // Rewritten version of expandCollapseCollection - // useSelectedNode.getState().setSelectedNode(sampleDataResourceTokenCollection); - // useCommandBar.getState().setContextButtons([]); - // useTabs().refreshActiveTab( - // (tab: TabsBase) => - // tab.collection?.id() === sampleDataResourceTokenCollection.id() && - // tab.collection.databaseId === sampleDataResourceTokenCollection.databaseId - // ); - // }, isSelected: () => useSelectedNode .getState()