bug
This commit is contained in:
@@ -9,8 +9,9 @@ export class CreateFieldDto {
|
||||
name: string;
|
||||
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
@ApiProperty()
|
||||
sectionId: string;
|
||||
sectionId!: string;
|
||||
|
||||
|
||||
@IsBoolean()
|
||||
|
||||
Reference in New Issue
Block a user