Skip to content
Snippets Groups Projects
Commit ad091201 authored by Antonin COQUET's avatar Antonin COQUET
Browse files

fix: change freeWorkshop back to notempty

parent 524f80d8
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 { ...@@ -46,6 +46,7 @@ export class structureDto {
@ArrayNotEmpty() @ArrayNotEmpty()
publics: string[]; publics: string[];
@IsNotEmpty()
freeWorkShop: boolean; freeWorkShop: boolean;
@IsNotEmpty() @IsNotEmpty()
nbComputers: number; 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