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