pollination-react-io 1.50.2 → 1.51.1

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.
@@ -48566,7 +48566,7 @@ var StudyCard = function (_a) {
48566
48566
  study.status.runs_completed +
48567
48567
  study.status.runs_cancelled;
48568
48568
  if (tot === 1) {
48569
- listRuns(projectOwner, projectName, [study.id])
48569
+ listRuns(projectOwner, projectName, [study.id], 1, 1)
48570
48570
  .then(function (d) {
48571
48571
  if (d.resources.length === 1) {
48572
48572
  setRun(d.resources[0]);