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: src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/projects/create/page.tsx
Copy file name to clipboardexpand all lines: src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/team/[teamId]/(specific-team-pages)/page.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ export default async function TeamPage({
@@ -236,7 +237,7 @@ export default function CreateProjectForm({ organizationId, repositories, teams
236
237
>
237
238
<CardHeaderclassName="flex flex-col space-y-0">
238
239
<CardTitleclassName="text-lg mb-0">Select a Team</CardTitle>
239
-
<CardDescriptionclassName="text-sm text-muted-foreground mt-0">Choose the team for your project</CardDescription>
240
+
<CardDescriptionclassName="text-sm text-muted-foreground mt-0">Choose the team for your project or create it at the organization level</CardDescription>
240
241
</CardHeader>
241
242
<CardContent>
242
243
@@ -245,19 +246,37 @@ export default function CreateProjectForm({ organizationId, repositories, teams
0 commit comments