We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b985843 commit 63857b0Copy full SHA for 63857b0
apps/webapp/app/components/BlankStatePanels.tsx
@@ -477,6 +477,10 @@ export function BranchesNoBranchableEnvironment() {
477
Preview branches in Trigger.dev create isolated environments for testing new features before
478
production.
479
</Paragraph>
480
+ <Paragraph variant="small">
481
+ You must be on <V4Badge inline /> to access preview branches. Read our{" "}
482
+ <TextLink to={docsPath("upgrade-to-v4")}>upgrade to v4 guide</TextLink> to learn more.
483
+ </Paragraph>
484
</InfoPanel>
485
);
486
}
0 commit comments