This commit is contained in:
2026-01-25 08:47:38 +03:30
parent a2512fc013
commit fd96c0866e
4 changed files with 70 additions and 12 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ export class CreateFieldDto {
name: string;
@IsString()
@IsNotEmpty()
@ApiProperty()
sectionId: string;
sectionId!: string;
@IsBoolean()