files object display
This commit is contained in:
@@ -1064,7 +1064,7 @@ export function NumericField(props) {
|
||||
(showIfHasParentShowValue == parentField) != false &&
|
||||
showIfHasParentShowValue;
|
||||
|
||||
console.log("parentField:", parentField, showIfHasParentShowValue);
|
||||
//console.log("parentField:", parentField, showIfHasParentShowValue);
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -1133,7 +1133,7 @@ export function DecimalField(props) {
|
||||
(showIfHasParentShowValue == parentField) != false &&
|
||||
showIfHasParentShowValue;
|
||||
|
||||
console.log("parentField:", parentField, showIfHasParentShowValue);
|
||||
//console.log("parentField:", parentField, showIfHasParentShowValue);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user