Skip to content

Commit f589d72

Browse files
testing/configure github url
1 parent 3fdd66d commit f589d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CreateProjectForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function CreateProjectForm({ organizationId, repositories }: Crea
153153
<CardDescription className="text-sm text-muted-foreground">Choose the repository for your project</CardDescription>
154154
</div>
155155
<Link
156-
href="https://github.com/apps/digger-cloud-next/installations/select_target"
156+
href={`https://github.com/apps/digger-cloud-next/installations/select_target?organization_id=${organizationId}`}
157157
onClick={(e) => e.stopPropagation()}
158158
target="_blank"
159159
rel="noopener noreferrer"

0 commit comments

Comments
 (0)