Skip to content

Commit

Permalink
fix: add value key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Quak committed Nov 14, 2024
1 parent e1045d9 commit 815c799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validations/prefab/componentOption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const optionConfigurationSchema = Joi.when('type', {
createActionInputVariable: Joi.object({
name: Joi.string().required(),
type: Joi.string().required(),
value: Joi.string().allow(''),
}),
}),
})
Expand Down

0 comments on commit 815c799

Please sign in to comment.