1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Adding to JOI the layoutId.

This commit is contained in:
mike12345567 2020-11-30 11:19:22 +00:00
parent 55aecdd850
commit b29f06db1f

View file

@ -24,6 +24,7 @@ function generateSaveValidation() {
_styles: Joi.object().required(),
type: Joi.string().optional(),
table: Joi.string().optional(),
layoutId: Joi.string().optional(),
}).required().unknown(true),
}).unknown(true))
}