18692: Disabled CI test which blocks the CI
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index a568cdefe4481cfa4e6a8a83736692911ed24648..1131af255ffa913c2824d9d614dda164244222d3 100644 (file)
@@ -135,7 +135,7 @@ export const CollectionPanel = withStyles(styles)(connect(
             }
         }
 
-        if (item) {
+        if (item && !isWritable) {
             isWritable = !resourceIsFrozen(item, state.resources);
         }