pollination-react-io 1.53.8 → 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.
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -44712,7 +44712,7 @@ var CreateStudy = function (_a) {
|
|
44712
44712
|
_t.success('Study submitted!', { duration: 4000, position: 'bottom-left', style: { minWidth: '300px', fontSize: '12px' }
|
44713
44713
|
});
|
44714
44714
|
setTimeout(function () {
|
44715
|
-
window.location.href = "".concat(basePath, "/").concat(accountName, "/projects/").concat(projectName, "/studies/").concat(studyId);
|
44715
|
+
window.location.href = "".concat(basePath, "/").concat(accountName, "/projects/").concat(projectName, "/studies/").concat(studyId, "?tab=details&perPage=5&status=null&page=1");
|
44716
44716
|
}, 3000);
|
44717
44717
|
}
|
44718
44718
|
};
|
@@ -48517,7 +48517,7 @@ var StudyCard = function (_a) {
|
|
48517
48517
|
if (!enableClick)
|
48518
48518
|
return;
|
48519
48519
|
if (study && total > 1) {
|
48520
|
-
window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "?tab=details&
|
48520
|
+
window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "?tab=details&perPage=5&status=null&page=1");
|
48521
48521
|
}
|
48522
48522
|
else if (study && run) {
|
48523
48523
|
window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id, "?tab=details");
|