From 6df3a39dcf9d355506adb89621c21997bcdf57c1 Mon Sep 17 00:00:00 2001 From: HaneenT Date: Tue, 1 Oct 2024 10:27:17 -0400 Subject: [PATCH] KPMP-5591: Turn off the masks by default --- src/components/SpatialViewer/viewConfigHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;