17585: First initial impl
[arvados-workbench2.git] / src / store / collection-panel / collection-panel-action.ts
index 813fe4461367ad66071195d0b6c5a206b278b90f..7401c64ae3a5c79e1279a5459adee66e0fd08606 100644 (file)
@@ -40,7 +40,7 @@ export const loadCollectionPanel = (uuid: string, forceReload = false) =>
         dispatch(resourcesActions.SET_RESOURCES([collection]));
         if (collection.fileCount <= COLLECTION_PANEL_LOAD_FILES_THRESHOLD &&
             !getState().collectionPanel.loadBigCollections) {
-            dispatch<any>(loadCollectionFiles(collection.uuid));
+            // dispatch<any>(loadCollectionFiles(collection.uuid));
         }
         return collection;
     };