Skip to content
Snippets Groups Projects
Commit a03a3c3e authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Merge branch 'fix/freeworkshop-notempty' into 'dev'

fix: change freeWorkshop back to notempty

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server!72
parents 524f80d8 ad091201
No related branches found
No related tags found
3 merge requests!96release V1.10.0,!73Dev,!72fix: change freeWorkshop back to notempty
......@@ -46,6 +46,7 @@ export class structureDto {
@ArrayNotEmpty()
publics: string[];
@IsNotEmpty()
freeWorkShop: boolean;
@IsNotEmpty()
nbComputers: number;
......
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