NoOrganizationsState() — supabase Function Reference
Architecture documentation for the NoOrganizationsState() function in EmptyStates.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Home/ProjectList/EmptyStates.tsx lines 104–115
export const NoOrganizationsState = () => {
return (
<EmptyStatePresentational
title="Create an organization"
description="Manage your team and projects in one place."
>
<Button size="tiny" type="primary" asChild icon={<Plus />}>
<Link href="/new">New organization</Link>
</Button>
</EmptyStatePresentational>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free