Skip to content

Commit

Permalink
testing/configure github url
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Jul 23, 2024
1 parent 3fdd66d commit f589d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CreateProjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default function CreateProjectForm({ organizationId, repositories }: Crea
<CardDescription className="text-sm text-muted-foreground">Choose the repository for your project</CardDescription>
</div>
<Link
href="https://github.com/apps/digger-cloud-next/installations/select_target"
href={`https://github.com/apps/digger-cloud-next/installations/select_target?organization_id=${organizationId}`}
onClick={(e) => e.stopPropagation()}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit f589d72

Please sign in to comment.