Revert check
This commit is contained in:
parent
5a93f2b542
commit
38f53020eb
|
@ -21,8 +21,6 @@ const isBetterSample = (newValue, oldValue) => {
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
newType === "object" &&
|
newType === "object" &&
|
||||||
Array.isArray(newValue) &&
|
|
||||||
Array.isArray(oldValue) &&
|
|
||||||
Object.keys(newValue).length > Object.keys(oldValue).length
|
Object.keys(newValue).length > Object.keys(oldValue).length
|
||||||
) {
|
) {
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue