Skip to content
Snippets Groups Projects
Commit eac378d3 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix: missing data in structure admin (optional email)

parent 4aed6d18
No related branches found
No related tags found
2 merge requests!256V2.1.1,!251fix: missing data in structure admin (optional email)
...@@ -70,8 +70,7 @@ export class Structure { ...@@ -70,8 +70,7 @@ export class Structure {
contactPhone?: string; contactPhone?: string;
@Prop() @Prop()
@IsNotEmpty() contactMail?: string;
contactMail: string;
@Prop() @Prop()
website: string; website: string;
......
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