removed debug log w/ burnettk
This commit is contained in:
parent
e1ba08b83d
commit
7b190d204b
|
@ -267,7 +267,6 @@ export default function TaskShow() {
|
||||||
formData: any,
|
formData: any,
|
||||||
errors: any
|
errors: any
|
||||||
) => {
|
) => {
|
||||||
console.log('errors', errors);
|
|
||||||
if ('properties' in jsonSchema) {
|
if ('properties' in jsonSchema) {
|
||||||
Object.keys(jsonSchema.properties).forEach((propertyKey: string) => {
|
Object.keys(jsonSchema.properties).forEach((propertyKey: string) => {
|
||||||
const propertyMetadata = jsonSchema.properties[propertyKey];
|
const propertyMetadata = jsonSchema.properties[propertyKey];
|
||||||
|
|
Loading…
Reference in New Issue