Archived
2

changed type names

This commit is contained in:
VLE2FE
2020-08-12 11:20:26 +02:00
parent a30f24f018
commit d2dea90b3a
7 changed files with 94 additions and 94 deletions

View File

@ -16,7 +16,7 @@ export default class SampleValidate {
.allow(''),
type: Joi.string()
.valid('granulate', 'part', 'tension rod'),
.valid('as-delivered/raw', 'processed'),
batch: Joi.string()
.max(128)