fix: add suggestion

This commit is contained in:
hexastack 2025-04-07 15:15:10 +01:00
parent ca633b52fb
commit caaee58072

View File

@ -35,6 +35,7 @@ export class ContentField {
label: string;
@IsString()
@IsNotEmpty()
@IsEnum(FieldType, {
message:
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",