From 99983e1181dd2378fc4d81c0fa902352eb2b8e42 Mon Sep 17 00:00:00 2001 From: kieftrav Date: Tue, 1 Oct 2024 13:54:19 -0500 Subject: [PATCH] Add VolumetricViewer to Admin Experimental Features flags (#7171) --- 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'