1
0
Fork 0
mirror of synced 2024-08-18 03:21:29 +12:00

Remove instance name from being a required screen setting

This commit is contained in:
Andrew Kingston 2022-05-11 13:16:36 +01:00
parent ab5cbfd309
commit 5e5d8da166

View file

@ -167,7 +167,6 @@ exports.screenValidator = () => {
_id: Joi.string().required(),
_component: Joi.string().required(),
_children: Joi.array().required(),
_instanceName: Joi.string().required(),
_styles: Joi.object().required(),
type: OPTIONAL_STRING,
table: OPTIONAL_STRING,