1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Adding to JOI the layoutId.

This commit is contained in:
mike12345567 2020-11-30 11:19:22 +00:00
parent d7f2060954
commit 5dbab658ad

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))
}