extract, comma seperated list fields in Joi & genericField

This commit is contained in:
Felix Kaspar
2024-05-12 20:54:34 +02:00
parent 534a7776cf
commit a91dd0e502
7 changed files with 85 additions and 102 deletions

View File

@@ -30,6 +30,8 @@ function Dynamic() {
LoadingModule.then((Module) => {
const Operator = Module[capitalizeFirstLetter(selectedValue)];
const description = Operator.schema.describe();
console.log(Operator.schema);
console.log(description);
activeOperator.current = Operator;
// This will update children