Skip to content

Commit b588d6c

Browse files
authored
Merge pull request #935 from Hexastack/revert-927-fix/backward-compatibility-content-type-fields-type
Revert "fix: backward compatibility content type fields type"
2 parents 5563ce3 + b76bcc0 commit b588d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/cms/dto/contentType.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class ContentField {
4040
message:
4141
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
4242
})
43-
type: `${FieldType}` | FieldType;
43+
type: FieldType;
4444
}
4545

4646
export class ContentTypeCreateDto {

0 commit comments

Comments
 (0)