vcomply-workflow-engine 2.6.155 → 2.6.157
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/bundles/vcomply-workflow-engine.umd.js +3 -3
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +4 -4
- package/fesm2015/vcomply-workflow-engine.js +3 -3
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -2687,14 +2687,14 @@
|
|
|
2687
2687
|
url = 'https://' + window.location.host;
|
|
2688
2688
|
}
|
|
2689
2689
|
if (window.location.host.startsWith('localhost')) {
|
|
2690
|
-
url += '/reported-risk
|
|
2690
|
+
url += '/reported-risk';
|
|
2691
2691
|
}
|
|
2692
2692
|
else {
|
|
2693
2693
|
if (window.location.href.includes('/riskv2')) {
|
|
2694
|
-
url += '/riskv2/reported-risk
|
|
2694
|
+
url += '/riskv2/reported-risk';
|
|
2695
2695
|
}
|
|
2696
2696
|
else {
|
|
2697
|
-
url += '/risk/reported-risk
|
|
2697
|
+
url += '/risk/reported-risk';
|
|
2698
2698
|
}
|
|
2699
2699
|
}
|
|
2700
2700
|
window.location.href = url;
|