Form component for creating new organizations with name, description, and logo upload
<CreateOrganizationForm />
component provides a form interface for creating new organizations. It includes fields for organization name, description, and logo upload with built-in validation and submission handling.
<CreateOrganizationDialog />
- Dialog wrapper for this form<OrganizationList />
- List of user’s organizations<ManageOrganization />
- Organization management interface