bug fixing

This commit is contained in:
lotte
2020-01-17 16:51:05 +01:00
parent db96da55d8
commit a4d5e0d20e
15 changed files with 28 additions and 98 deletions

View File

@@ -86,7 +86,6 @@ export abstract class FieldParser {
if (model.hasLanguages || isNotEmpty(model.relationship)) {
setLayout(model, 'grid', 'control', 'col');
}
console.log(model);
return [model];
}
} as DynamicRowArrayModelConfig;