From 635de2bfcf92f3467471e76daa43f7505e062bc6 Mon Sep 17 00:00:00 2001 From: Bill Wallace Date: Fri, 19 Dec 2025 14:46:08 -0500 Subject: [PATCH] Allow doc launch (#5670) --- modes/basic/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/basic/src/index.tsx b/modes/basic/src/index.tsx index 9e61fbb64..8fcc859ad 100644 --- a/modes/basic/src/index.tsx +++ b/modes/basic/src/index.tsx @@ -15,7 +15,7 @@ const { structuredCloneWithFunctions } = utils; * This list used to include SM, for whole slide imaging, but this is now supported * by cornerstone. Others of these may get added. */ -export const NON_IMAGE_MODALITIES = ['ECG', 'SEG', 'RTSTRUCT', 'RTPLAN', 'PR', 'SR', 'DOC']; +export const NON_IMAGE_MODALITIES = ['ECG', 'SEG', 'RTSTRUCT', 'RTPLAN', 'PR', 'SR']; export const ohif = { layout: '@ohif/extension-default.layoutTemplateModule.viewerLayout',