Skip to content
Snippets Groups Projects
Verified Commit 7c1c707c authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Fix bug in register new role form

parent 8a9a26c3
No related branches found
No related tags found
1 merge request!133Greg 90 safer invites
Pipeline #99142 passed
...@@ -28,7 +28,7 @@ type AddRoleFormData = { ...@@ -28,7 +28,7 @@ type AddRoleFormData = {
orgunit: number orgunit: number
type: string type: string
end_date: Date end_date: Date
start_date?: Date start_date: Date
contact_person_unit?: string contact_person_unit?: string
comments?: string comments?: string
available_in_search?: boolean available_in_search?: boolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment