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.esm.js
CHANGED
@@ -49154,7 +49154,7 @@ var RunCard = function (_a) {
|
|
49154
49154
|
return;
|
49155
49155
|
var count = deleteJob("".concat(projectOwner, "/").concat(projectName), _run.id);
|
49156
49156
|
if (count > 0) {
|
49157
|
-
if (window.location.href
|
49157
|
+
if (window.location.href.includes("?path=".concat(_run.id))) {
|
49158
49158
|
window.history.back();
|
49159
49159
|
}
|
49160
49160
|
else {
|