pollination-react-io 1.41.6 → 1.41.7

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.js CHANGED
@@ -48589,7 +48589,7 @@ var StudyCard = function (_a) {
48589
48589
  color: "".concat((hover.details || hover.detailsOver) ? '#40a9ff' : '#000') } }),
48590
48590
  React__default["default"].createElement(FolderOutlined$1, { className: 'link', onClick: function (e) {
48591
48591
  e.stopPropagation();
48592
- document.location = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id, "?tab=workspace&path=runs/").concat(run.id);
48592
+ document.location = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id, "?tab=workspace&path=runs/").concat(run.id, "/workspace");
48593
48593
  }, onMouseOver: function (e) {
48594
48594
  toggleHover('workspaceOver', true);
48595
48595
  }, onMouseLeave: function (e) {