pollination-react-io 1.53.7 → 1.53.8

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.
@@ -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&limit=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");