@xuda.io/runtime-bundle 1.0.430 → 1.0.431

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.
@@ -27834,7 +27834,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
27834
27834
 
27835
27835
  if (!panels_obj[xu_ui_id]) {
27836
27836
  var _session = SESSION_OBJ[SESSION_ID];
27837
- let _ds = _session?.DS_GLB[$panel_div.data().xuData.dsSessionP];
27837
+ let _ds = _session?.DS_GLB[$panel_div.data().xuData.paramsP.dsSessionP];
27838
27838
 
27839
27839
  let prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
27840
27840
  if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {