We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b588d6c + 83d3e01 commit 1c43682Copy full SHA for 1c43682
api/src/cms/dto/contentType.dto.ts
@@ -40,7 +40,7 @@ export class ContentField {
40
message:
41
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
42
})
43
- type: FieldType;
+ type: `${FieldType}`;
44
}
45
46
export class ContentTypeCreateDto {
0 commit comments