File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/packages/lowcoder-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1777,7 +1777,7 @@ var CodeNode = /** @class */ (function (_super) {
1777
1777
return;
1778
1778
}
1779
1779
// wait for lazy loaded comps to load before executing query on page load
1780
- if (!Object.keys(value).length) {
1780
+ if (!Object.keys(value).length && paths.size ) {
1781
1781
isFetching_1 = true;
1782
1782
ready_1 = false;
1783
1783
}
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class CodeNode extends AbstractNode<ValueAndMsg<unknown>> {
173
173
return ;
174
174
}
175
175
// wait for lazy loaded comps to load before executing query on page load
176
- if ( ! Object . keys ( value ) . length ) {
176
+ if ( ! Object . keys ( value ) . length && paths . size ) {
177
177
isFetching = true ;
178
178
ready = false ;
179
179
}
You can’t perform that action at this time.
0 commit comments