Add width to screen validation

This commit is contained in:
Andrew Kingston 2022-05-11 08:47:05 +01:00
parent ed12c50b97
commit 06388e6572
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ exports.screenValidator = () => {
return joiValidator.body(Joi.object({
name: Joi.string().required(),
showNavigation: OPTIONAL_BOOLEAN,
width: OPTIONAL_STRING,
routing: Joi.object({
route: Joi.string().required(),
roleId: Joi.string().required().allow(""),