pollination-react-io 1.53.7 → 1.53.9

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.
@@ -44686,7 +44686,7 @@ var CreateStudy = function (_a) {
44686
44686
  _t.success('Study submitted!', { duration: 4000, position: 'bottom-left', style: { minWidth: '300px', fontSize: '12px' }
44687
44687
  });
44688
44688
  setTimeout(function () {
44689
- window.location.href = "".concat(basePath, "/").concat(accountName, "/projects/").concat(projectName, "/studies/").concat(studyId);
44689
+ window.location.href = "".concat(basePath, "/").concat(accountName, "/projects/").concat(projectName, "/studies/").concat(studyId, "?tab=details&perPage=5&status=null&page=1");
44690
44690
  }, 3000);
44691
44691
  }
44692
44692
  };
@@ -48491,7 +48491,7 @@ var StudyCard = function (_a) {
48491
48491
  if (!enableClick)
48492
48492
  return;
48493
48493
  if (study && total > 1) {
48494
- window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "?tab=details");
48494
+ window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "?tab=details&perPage=5&status=null&page=1");
48495
48495
  }
48496
48496
  else if (study && run) {
48497
48497
  window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id, "?tab=details");