Skip to content

Commit

Permalink
feat: update buttongroup datatype (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisPannekeet authored Sep 5, 2022
1 parent 29c4bed commit 0ea27ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validations/prefab/componentOption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const optionConfigurationSchemaBase = {
allowedInput: Joi.array().items(
Joi.object({
name: Joi.string().allow(''),
value: Joi.string(),
value: Joi.any(),
}),
),
allowedTypes: Joi.array().items(Joi.string()),
Expand Down

0 comments on commit 0ea27ce

Please sign in to comment.