pollination-react-io 1.63.1 → 1.63.2
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.js
CHANGED
@@ -49180,7 +49180,7 @@ var RunCard = function (_a) {
|
|
49180
49180
|
return;
|
49181
49181
|
var count = deleteJob("".concat(projectOwner, "/").concat(projectName), _run.id);
|
49182
49182
|
if (count > 0) {
|
49183
|
-
if (window.location.href
|
49183
|
+
if (window.location.href.includes("?path=".concat(_run.id))) {
|
49184
49184
|
window.history.back();
|
49185
49185
|
}
|
49186
49186
|
else {
|