From bea75d00bd61e117056492361cb970638cdfcf71 Mon Sep 17 00:00:00 2001 From: kieftrav Date: Sun, 8 Sep 2024 12:32:38 -0500 Subject: [PATCH] Add VolumetricViewer to Admin Experimental Features flags --- app/pages/admin/project-status/experimental-features.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/pages/admin/project-status/experimental-features.jsx b/app/pages/admin/project-status/experimental-features.jsx index 469ea83bbd..045d064977 100644 --- a/app/pages/admin/project-status/experimental-features.jsx +++ b/app/pages/admin/project-status/experimental-features.jsx @@ -34,6 +34,7 @@ const experimentalFeatures = [ 'textFromSubject', // textFromSubject task only works in FEM! 'transcription-task', 'translator-role', + 'volumetricViewer', 'wildcam classroom', // Indicates a Project is linked to a "WildCam Lab"-type Zooniverse Classroom. Allows the classifier to select a workflow (i.e. "classroom assignment") directly via ID. 'workflow assignment', 'worldwide telescope'