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

Merge branch '190-donnees-manquantes-fiche-structure' into 'dev'

fix: missing data in structure admin (optional email)

See merge request !251
parents 4aed6d18 eac378d3
Branches
Tags
Loading
......@@ -70,8 +70,7 @@ export class Structure {
contactPhone?: string;
@Prop()
@IsNotEmpty()
contactMail: string;
contactMail?: string;
@Prop()
website: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment