@xuda.io/runtime-bundle 1.0.507 → 1.0.508

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28391,10 +28391,10 @@ func.datasource.create = async function (
28391
28391
  if (_session.opt.app_computing_mode === 'main') {
28392
28392
  run_at = 'client';
28393
28393
  }
28394
+ }
28394
28395
 
28395
- if (_prog_obj?.properties.menuType === 'globals') {
28396
- run_at = 'client';
28397
- }
28396
+ if (_prog_obj?.properties.menuType === 'globals') {
28397
+ run_at = 'client';
28398
28398
  }
28399
28399
 
28400
28400
  if (!run_at && parentDataSourceNoP && _session.DS_GLB[parentDataSourceNoP]) {