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.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -48563,7 +48563,7 @@ var StudyCard = function (_a) {
|
|
|
48563
48563
|
color: "".concat((hover.details || hover.detailsOver) ? '#40a9ff' : '#000') } }),
|
|
48564
48564
|
React__default.createElement(FolderOutlined$1, { className: 'link', onClick: function (e) {
|
|
48565
48565
|
e.stopPropagation();
|
|
48566
|
-
document.location = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id, "?tab=workspace&path=runs/").concat(run.id);
|
|
48566
|
+
document.location = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(run.id, "?tab=workspace&path=runs/").concat(run.id, "/workspace");
|
|
48567
48567
|
}, onMouseOver: function (e) {
|
|
48568
48568
|
toggleHover('workspaceOver', true);
|
|
48569
48569
|
}, onMouseLeave: function (e) {
|