Home / Function/ ProjectClaimChooseOrg() — supabase Function Reference

ProjectClaimChooseOrg() — supabase Function Reference

Architecture documentation for the ProjectClaimChooseOrg() function in choose-org.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/studio/components/interfaces/Organization/ProjectClaim/choose-org.tsx lines 10–23

export function ProjectClaimChooseOrg({ onChoose }: ProjectClaimChooseOrgProps) {
  return (
    <ProjectClaimLayout title="Claim a project">
      <div className="mx-auto gap-y-4 py-6 flex flex-col">
        <p className="text-sm text-foreground-light">
          This is the first step in claiming your Supabase project. Once you're finished, the
          project will be transferred to Supabase organization.
        </p>
        <p className="text-sm text-foreground-light">Please select an organization to continue.</p>
        <OrganizationSelector onSelect={onChoose} maxOrgsToShow={MAX_ORGS_TO_SHOW} />
      </div>
    </ProjectClaimLayout>
  )
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free