From 33c8515e3ef93ac1fa61e2773b40ed0da68002f6 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Sat, 2 Aug 2025 18:37:12 +0100 Subject: [PATCH] =?UTF-8?q?Makes=20it=20clear=20you=20only=20get=20preview?= =?UTF-8?q?=20branches=20if=20you=E2=80=99re=20on=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/webapp/app/components/BlankStatePanels.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/webapp/app/components/BlankStatePanels.tsx b/apps/webapp/app/components/BlankStatePanels.tsx index 03ebae66ee..4dfe4045f2 100644 --- a/apps/webapp/app/components/BlankStatePanels.tsx +++ b/apps/webapp/app/components/BlankStatePanels.tsx @@ -477,6 +477,10 @@ export function BranchesNoBranchableEnvironment() { Preview branches in Trigger.dev create isolated environments for testing new features before production. + + You must be on to access preview branches. Read our{" "} + upgrade to v4 guide to learn more. + ); }