You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.branches/route.tsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ export default function Page() {
320
320
New branch…
321
321
</Button>
322
322
}
323
-
parentEnvironment={branchableEnvironment}
323
+
env="preview"
324
324
/>
325
325
)}
326
326
</PageAccessories>
@@ -916,17 +916,17 @@ function updateBranchState({
0 commit comments