From 4220d6e0578259c3cc88cc0fb18dcf1c5d0cd0de Mon Sep 17 00:00:00 2001 From: Dotta Date: Mon, 16 Mar 2026 18:12:48 -0500 Subject: [PATCH] Hide project execution workspace config for now Co-Authored-By: Paperclip --- ui/src/components/ProjectProperties.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/ProjectProperties.tsx b/ui/src/components/ProjectProperties.tsx index 95c49246..016498d5 100644 --- a/ui/src/components/ProjectProperties.tsx +++ b/ui/src/components/ProjectProperties.tsx @@ -749,6 +749,7 @@ export function ProjectProperties({ project, onUpdate, onFieldUpdate, getFieldSa )} + {/* PAP-525: workspace UI gated by useExperimentalWorkspacesEnabled() */} {showExperimentalWorkspaceUi && ( <>