diff --git a/frontend/src/_stores/utils.js b/frontend/src/_stores/utils.js index 2f2adfd85e..0f13001789 100644 --- a/frontend/src/_stores/utils.js +++ b/frontend/src/_stores/utils.js @@ -402,7 +402,7 @@ export function createReferencesLookup(refState, forQueryParams = false, initalL if (_type === 'Array') { map.set(newPath, { type: _type }); - if (path.startsWith('queries') && key === 'data' && value.length > 2) { + if (path.startsWith('queries') && key === 'data' && value.length > 2000) { // do nothing } else { buildMap(value, newPath);