From 1ce241bce1c9c68832366dc9013ccfa2a8411509 Mon Sep 17 00:00:00 2001 From: Wendy Tang Date: Fri, 6 Jun 2025 21:18:56 -0700 Subject: [PATCH] feat(ui): put the scheduler behind an alpha (#2810) --- ui/desktop/src/components/RecipeEditor.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ui/desktop/src/components/RecipeEditor.tsx b/ui/desktop/src/components/RecipeEditor.tsx index 676f44bc..564ff09e 100644 --- a/ui/desktop/src/components/RecipeEditor.tsx +++ b/ui/desktop/src/components/RecipeEditor.tsx @@ -332,13 +332,15 @@ export default function RecipeEditor({ config }: RecipeEditorProps) { {/* Action Buttons */}
- + {process.env.ALPHA && ( + + )}