mirror of
https://github.com/hexastack/hexabot
synced 2025-06-04 03:26:22 +00:00
fix: add suggestion
This commit is contained in:
parent
ca633b52fb
commit
caaee58072
@ -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'",
|
||||
|
Loading…
Reference in New Issue
Block a user