diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index 646570ad41..ba6df07e44 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -122,7 +122,7 @@ export function onComponentOptionsChanged(component, options, id) { const existingRef = lookUpTable.resolvedRefs?.get(lookUpTable.hints?.get(path)); - if (typeof existingRef === 'function') return; + if (typeof existingRef === 'function') continue; const shouldUpdateRef = existingRef !== componentData[option[0]];