Skip to content
Snippets Groups Projects
Commit f4521e99 authored by Sascha Klawohn's avatar Sascha Klawohn
Browse files

Add undefined to MemberData type

parent c1699b78
No related branches found
No related tags found
1 merge request!99Groups dashboard
......@@ -11,9 +11,9 @@ enum Role {
}
type MemberData = {
name: string
userId: string
affiliation: string
name: string | undefined
userId: string | undefined
affiliation: string | undefined
role: Role
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment