diff --git a/src/components/SpatialViewer/viewConfigHelper.js b/src/components/SpatialViewer/viewConfigHelper.js index 432975b..319cd3b 100644 --- a/src/components/SpatialViewer/viewConfigHelper.js +++ b/src/components/SpatialViewer/viewConfigHelper.js @@ -86,7 +86,7 @@ const populateSegmentationConfig = async (stringifiedConfig, wsiUrl, maskUrl) => break; } spatialChannelColor[indexFromD] = color; - spatialChannelVisible[indexFromD] = true; + spatialChannelVisible[indexFromD] = false; segmentationChannel[indexFromA] = channel.Name; obsColorEncoding[indexFromA] = "spatialChannelColor"; filled[indexFromA] = true;