Skip to content

frontend


Interface: RegistrationFormProps

Defined in: src/components/registration/RegistrationForm.tsx:14

Properties

error?

optional error?: string | null

Defined in: src/components/registration/RegistrationForm.tsx:22

Error message to display


onSubmit

onSubmit: (data) => void

Defined in: src/components/registration/RegistrationForm.tsx:18

Called when the form is submitted with valid data

Parameters

data

RegistrationFormData

Returns

void


organisations

organisations: object[]

Defined in: src/components/registration/RegistrationForm.tsx:16

Available organisations for the dropdown

label

label: string

value

value: string


submitting?

optional submitting?: boolean

Defined in: src/components/registration/RegistrationForm.tsx:20

Whether the form is currently submitting