mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: setExposedVariables are not working after creating a page
This commit is contained in:
parent
3cb97a5b89
commit
84f70ac208
1 changed files with 1 additions and 1 deletions
|
|
@ -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]];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue