Skip to content
Snippets Groups Projects
Commit 1b65db94 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

update name var

parent 83662102
No related branches found
No related tags found
2 merge requests!4Dev,!3refacto(structure) : change model of structure
......@@ -36,7 +36,7 @@ export class CreateStructureDto {
aideALaParentalite: string[];
cultureEtSecuriteNumerique: string[];
wifiEnAccesLibre: boolean;
ordinateurs: boolean;
nbComputers: boolean;
nombre: string;
tablettes: boolean;
bornesNumeriques: boolean;
......
......@@ -115,7 +115,7 @@ export class Structure {
equipementsEtServicesProposes: string[];
@Prop()
ordinateurs: number;
nbComputers: number;
@Prop()
precisionsSiNecessaire: 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