Skip to content

frontend


Function: default()

default(): Element

Defined in: src/pages/admin/organisations/CreateOrganisationPage.tsx:46

Create Organisation Page

Renders a simple form for creating a new organisation with: - Name (required) - Type (required, select from predefined list) - Location (optional)

On success, navigates to the organisation list page.

Returns

Element

Create organisation page component